mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Fon't reset the cursor position in resetMouse()
This commit is contained in:
parent
038d929180
commit
a32da7e226
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue