aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 22:35:49 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 22:37:13 +0100
commit6c03137610ff70623a22e786a072e89bee4e33e8 (patch)
tree8dcb52b63af49ad9da508fc26c71af51867539aa /include/Overlay.hpp
parent5439fa8a71b54b1282317e67a9f117b60888a54b (diff)
Add option to disable hotkeys, add gsr-ui-cli tool to control gsr-ui remotely
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index 596d0fc..e802cd0 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -58,6 +58,8 @@ namespace gsr {
bool is_open() const;
bool should_exit(std::string &reason) const;
void exit();
+
+ const Config& get_config() const;
private:
void xi_setup();
void handle_xi_events();