justinfrankel / licecap

LICEcap simple animated screen capture tool for Windows and OS X
http://www.cockos.com/licecap
5.24k stars 441 forks source link

Cursor position is incorrect when cursor leaves the viewport #128

Open TylerGlaiel opened 10 months ago

TylerGlaiel commented 10 months ago

If I move the mouse outside the viewport, it sometimes still shows up in the recorded gif at a random location. Mouse works fine when the mouse is in the viewport

TylerGlaiel commented 10 months ago

here's a clear example of the issue, mouse moves in a straight line here, and you can see it jumps from the bottom right to the side

mousetest

TylerGlaiel commented 10 months ago

logical to physical point would do weird things when the mouse leaves the viewport, passing 0 here instead of hwnd fixes the issue

https://github.com/justinfrankel/licecap/pull/129