diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-18 19:13:16 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-18 19:13:16 +0100 |
commit | dc70bd27f217413bbda33b4092a3a52a6f1905d5 (patch) | |
tree | 15b8316a8f5ec0bfa01d92451ac2d56174b0a763 /include/Theme.hpp | |
parent | 44e7f57d21680de28a5ccd7b6556697666061fe7 (diff) |
Add controller button icons in hotkeys, separate keyboard hotkeys and controller hotkeys
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r-- | include/Theme.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index 90dd8cf..bda8dd4 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -43,6 +43,12 @@ namespace gsr { mgl::Texture save_texture; mgl::Texture screenshot_texture; + mgl::Texture ps4_home_texture; + mgl::Texture ps4_dpad_up_texture; + mgl::Texture ps4_dpad_down_texture; + mgl::Texture ps4_dpad_left_texture; + mgl::Texture ps4_dpad_right_texture; + double double_click_timeout_seconds = 0.4; // Reloads fonts |