lwjgl2-arm64/src/java
Ioannis Tsakpinis 89b22fa151 Fix cursor stuttering/drifting with mouse grab and high keyboard repeat rates
In those situations we get multiple WM_MOUSEMOVE events per frame. The problem was that we moved the cursor back to the window center after every such event, right in the middle of the event loop. The fix was to only center the cursor once, after the event buffer has been drained.
2015-01-14 01:09:42 +02:00
..
org/lwjgl Fix cursor stuttering/drifting with mouse grab and high keyboard repeat rates 2015-01-14 01:09:42 +02:00