diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-12-08 10:30:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 10:30:21 +0800 |
commit | 607bb8d14b3713afde6ff25e87678842fc28c2eb (patch) | |
tree | 6dcdab147b659307276d64bd6ba6af6efc0f88bb /src/core/settings.h | |
parent | 3415890dd5c6539a7c7b6e02bf7ce5df4533133c (diff) | |
parent | b57ba7bfb6792e054033e828120b79b78587d58d (diff) |
Merge pull request #5020 from german77/AnalogfromButtonFix
Disable analog joystick from buttons by default
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 8e076f7ef..d5f8d2b7e 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -180,6 +180,8 @@ struct Values { std::string motion_device; std::string udp_input_servers; + bool emulate_analog_keyboard; + bool mouse_enabled; std::string mouse_device; MouseButtonsRaw mouse_buttons; |