Fon't reset the cursor position in resetMouse()

This commit is contained in:
Elias Naur 2005-04-28 10:36:51 +00:00
parent 038d929180
commit a32da7e226

View file

@ -212,7 +212,6 @@ public class Mouse {
width = Display.getDisplayMode().getWidth();
height = Display.getDisplayMode().getHeight();
readBuffer.position(readBuffer.limit());
setCursorPosition(width/2, height/2);
}
/**