nwjs/nw.js

pointerlock doesn't keep mouse in same position it was when it exits (linux)

prominentdetail opened this issue · 1 comments

When the pointer is locked via requestPointerLock and the mouse has been moved, when exiting it will show the mouse position changed. The correct way it should be is that it should be positioned where it was when it was locked.

I have the same issue on Windows 11, however I can't reproduce it every time.