We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0592 commit 2a059f0Copy full SHA for 2a059f0
obs-zoom-to-mouse.lua
@@ -655,7 +655,7 @@ function on_timer()
655
end
656
657
-- We set the current position as the center for the follow safezone
658
- if is_following_mouse and follow_border < 0.5 then
+ if is_following_mouse and follow_border < 50 then
659
zoom_target = get_target_position(zoom_info)
660
locked_center = { x = zoom_target.clamped_center.x, y = zoom_target.clamped_center.y }
661
log("Cursor stopped. Tracking locked to " .. locked_center.x .. ", " .. locked_center.y)
0 commit comments