rjkroege/edwood

Windows 10 cursor warping is slightly off

paul-lalonde opened this issue · 1 comments

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

ktye commented

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.