mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-04 07:49:56 +01:00
Fon't reset the cursor position in resetMouse()
This commit is contained in:
parent
038d929180
commit
a32da7e226
|
|
@ -212,7 +212,6 @@ public class Mouse {
|
|||
width = Display.getDisplayMode().getWidth();
|
||||
height = Display.getDisplayMode().getHeight();
|
||||
readBuffer.position(readBuffer.limit());
|
||||
setCursorPosition(width/2, height/2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue