From dc70bd27f217413bbda33b4092a3a52a6f1905d5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 18 Mar 2025 19:13:16 +0100 Subject: Add controller button icons in hotkeys, separate keyboard hotkeys and controller hotkeys --- include/gui/GlobalSettingsPage.hpp | 3 ++- include/gui/Image.hpp | 29 +++++++++++++++++++++++++++++ include/gui/Utils.hpp | 4 +--- 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 include/gui/Image.hpp (limited to 'include/gui') diff --git a/include/gui/GlobalSettingsPage.hpp b/include/gui/GlobalSettingsPage.hpp index d0a0336..c261ab6 100644 --- a/include/gui/GlobalSettingsPage.hpp +++ b/include/gui/GlobalSettingsPage.hpp @@ -59,7 +59,8 @@ namespace gsr { std::unique_ptr create_stream_hotkey_options(); std::unique_ptr create_screenshot_hotkey_options(); std::unique_ptr create_hotkey_control_buttons(); - std::unique_ptr create_hotkey_subsection(ScrollablePage *parent_page); + std::unique_ptr create_keyboard_hotkey_subsection(ScrollablePage *parent_page); + std::unique_ptr create_controller_hotkey_subsection(ScrollablePage *parent_page); std::unique_ptr