aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-05 00:19:57 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-05 00:19:57 +0200
commit7be4e6b514405e770e2a47cb80b1684c0210d858 (patch)
tree395a547ae10b6f592e3dac6e7443ee09f3a80dbc /include
parent0a3acd4a63277cbb95dfc9a983e9b8ed5883ab47 (diff)
Only update cursor tracker every 100ms, fix cursor hotspot offset for x111.3.2
Diffstat (limited to 'include')
-rw-r--r--include/Overlay.hpp1
1 files changed, 1 insertions, 0 deletions
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<void()> on_region_selected;
std::unique_ptr<CursorTracker> cursor_tracker;
+ mgl::Clock cursor_tracker_update_clock;
};
} \ No newline at end of file