Only update cursor tracker every 100ms, fix cursor hotspot offset for x11

This commit is contained in:
dec05eba
2025-04-05 00:19:57 +02:00
parent 0a3acd4a63
commit 7be4e6b514
2 changed files with 8 additions and 3 deletions

View File

@@ -210,5 +210,6 @@ namespace gsr {
std::function<void()> on_region_selected;
std::unique_ptr<CursorTracker> cursor_tracker;
mgl::Clock cursor_tracker_update_clock;
};
}