Searched refs:centerLocation (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtMouseInput.java79 private Point centerLocation; field in class:AwtMouseInput
88 centerLocation = new Point();
114 centerLocation = new Point();
263 if ((centerLocation.x == arg0.getX() && centerLocation.y == arg0.getY()) || eventsSinceRecenter++ == 5) {
290 centerLocation.setLocation(component.getWidth()/2, component.getHeight()/2);
291 centerLocationOnScreen.setLocation(centerLocation);

Completed in 84 milliseconds