diff --git a/src/sdl_window.cpp b/src/sdl_window.cpp index 013c6dade..88a611538 100644 --- a/src/sdl_window.cpp +++ b/src/sdl_window.cpp @@ -247,7 +247,7 @@ std::map axis_map = {}; int mouse_joystick_binding = 0; Uint32 mouse_polling_id = 0; -bool mouse_enabled = true, leftjoystick_halfmode = false, rightjoystick_halfmode = false; +bool mouse_enabled = false, leftjoystick_halfmode = false, rightjoystick_halfmode = false; // i wrapped it in a function so I can collapse it std::string getDefaultConfig() {