diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-21 18:39:25 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-21 18:39:25 +1100 |
commit | 78de9161e259d78a5dc1cebe4c3227cb609958e1 (patch) | |
tree | 1f73610bd37c70e92edf7ac6a7c58d490858ad92 /source/client/StarClientApplication.hpp | |
parent | 3f8b480b21538a97e6256ad7a0fcb95cb1b27e46 (diff) |
Disable analog input by default
Diffstat (limited to 'source/client/StarClientApplication.hpp')
-rw-r--r-- | source/client/StarClientApplication.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp index 323f2b7..86b50a3 100644 --- a/source/client/StarClientApplication.hpp +++ b/source/client/StarClientApplication.hpp @@ -132,6 +132,7 @@ private: int m_maxInterfaceScale = 3; Vec2F m_crossoverRes; + bool m_controllerInput; Vec2F m_controllerLeftStick; Vec2F m_controllerRightStick; List<KeyDownEvent> m_heldKeyEvents; |