diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
commit | d2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 (patch) | |
tree | d6ff32e7416d1a0b7f8e6024807797e8447b4bcf /include/Overlay.hpp | |
parent | 4ba1e814b748d57631f6b7afb7eaa63e8435c24e (diff) |
Add option to start replay on fullscreen
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index 823e3a6..de27bf3 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -59,6 +59,8 @@ namespace gsr { void update_notification_process_status(); void update_gsr_process_status(); + void update_focused_fullscreen_status(); + void update_ui_recording_paused(); void update_ui_recording_unpaused(); @@ -115,6 +117,8 @@ namespace gsr { RecordingStatus recording_status = RecordingStatus::NONE; bool paused = false; + mgl::Clock focused_fullscreen_clock; + std::array<KeyBinding, 1> key_bindings; }; }
\ No newline at end of file |