Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 cursor warping is slightly off #316

Open
paul-lalonde opened this issue Nov 26, 2020 · 1 comment
Open

Windows 10 cursor warping is slightly off #316

paul-lalonde opened this issue Nov 26, 2020 · 1 comment
Assignees
Labels
bug Something isn't working windows

Comments

@paul-lalonde
Copy link
Collaborator

The warps are moving the pointer, but winding up a little low, meaning successive Look clicks don't hit the target. Major usability issue.

@paul-lalonde paul-lalonde added the bug Something isn't working label Nov 26, 2020
@ktye
Copy link

ktye commented Jan 8, 2021

this is the culprit: https://github.com/ktye/duitdraw/blob/master/cursor_windows.go#L24
maybe i introduced that with "works for me" and has to do with the user's window border size settings.
you'd have to dig through the win32 api to fix it.

@paul-lalonde paul-lalonde self-assigned this Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

3 participants