From 612fe6a9c2f97f20a1be255e188cd46d63c7175b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Jun 2025 00:48:49 +0200 Subject: Workaround weird steam input (in-game) behavior where steam triggers playstation button + options when pressing both l3 and r3 at the same time --- include/GlobalHotkeys/GlobalHotkeysJoystick.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/GlobalHotkeys/GlobalHotkeysJoystick.hpp b/include/GlobalHotkeys/GlobalHotkeysJoystick.hpp index 4b266cb..0177d29 100644 --- a/include/GlobalHotkeys/GlobalHotkeysJoystick.hpp +++ b/include/GlobalHotkeys/GlobalHotkeysJoystick.hpp @@ -56,6 +56,8 @@ namespace gsr { bool down_pressed = false; bool left_pressed = false; bool right_pressed = false; + bool l3_button_pressed = false; + bool r3_button_pressed = false; bool save_replay = false; bool save_1_min_replay = false; -- cgit v1.2.3-70-g09d2