From 7be4e6b514405e770e2a47cb80b1684c0210d858 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 5 Apr 2025 00:19:57 +0200 Subject: Only update cursor tracker every 100ms, fix cursor hotspot offset for x11 --- include/Overlay.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Overlay.hpp b/include/Overlay.hpp index 4a9ef98..2aeb3f0 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -210,5 +210,6 @@ namespace gsr { std::function on_region_selected; std::unique_ptr cursor_tracker; + mgl::Clock cursor_tracker_update_clock; }; } \ No newline at end of file -- cgit v1.2.3-70-g09d2