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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java378 private Point lastCursorPos; field in class:XToolkit
390 if (lastCursorPos == null) {
393 p.setLocation(lastCursorPos);
408 if (lastCursorPos == null) {
409 lastCursorPos = new Point(ev.get_x_root(), ev.get_y_root());
411 lastCursorPos.setLocation(ev.get_x_root(), ev.get_y_root());
420 lastCursorPos = null;
429 if (lastCursorPos == null) {
430 lastCursorPos = new Point(ev.get_x_root(), ev.get_y_root());
432 lastCursorPos
[all...]

Completed in 60 milliseconds