mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-21 01:09:37 +09:00
Add option to start replay on fullscreen
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user