Mention what is being recorded

This commit is contained in:
dec05eba
2025-04-05 14:14:44 +02:00
parent 01ce934294
commit 4df36142e5
3 changed files with 25 additions and 11 deletions

View File

@@ -208,6 +208,7 @@ namespace gsr {
RegionSelector region_selector;
bool start_region_capture = false;
std::function<void()> on_region_selected;
std::string screenshot_capture_target;
std::unique_ptr<CursorTracker> cursor_tracker;
mgl::Clock cursor_tracker_update_clock;