center mouse as cursor is

This commit is contained in:
Brian Matzon 2004-04-03 18:18:25 +00:00
parent 7427ba13f6
commit 70e36d8058

View file

@ -177,6 +177,8 @@ public class Mouse {
if (currentCursor != null) {
nSetNativeCursor(currentCursor.getHandle());
currentCursor.setTimeout();
x = Window.getWidth() / 2;
y = Window.getHeight() / 2;
} else {
nSetNativeCursor(0);
}