aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-18 01:02:45 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-18 01:02:45 +0100
commit44e7f57d21680de28a5ccd7b6556697666061fe7 (patch)
treee3c76ae8c4455401cb6b4bbe57d3c32c4bad4a2e /include
parent9b461edd0c0eaad31114c3b13b83a08a59543077 (diff)
Change joystick hotkeys to not conflict with steam
Diffstat (limited to 'include')
-rw-r--r--include/GlobalHotkeysJoystick.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GlobalHotkeysJoystick.hpp b/include/GlobalHotkeysJoystick.hpp
index 7dbb272..1effe3c 100644
--- a/include/GlobalHotkeysJoystick.hpp
+++ b/include/GlobalHotkeysJoystick.hpp
@@ -49,6 +49,10 @@ namespace gsr {
int event_index = -1;
bool playstation_button_pressed = false;
+ bool up_pressed = false;
+ bool down_pressed = false;
+ bool left_pressed = false;
+ bool right_pressed = false;
bool save_replay = false;
bool take_screenshot = false;