mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Mouse movement input is now off by default
This commit is contained in:
parent
f486663c89
commit
bd2acfa349
@ -247,7 +247,7 @@ std::map<KeyBinding, AxisMapping> 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() {
|
||||
|
Loading…
Reference in New Issue
Block a user