rjkroege / edwood

Go version of Plan9 Acme Editor
Other
382 stars 34 forks source link

Windows 10 cursor warping is slightly off #316

Open paul-lalonde opened 3 years ago

paul-lalonde commented 3 years ago

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 3 years ago

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.