Searched defs:mouseLastX (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCRobot.java37 private int mouseLastX = MOUSE_LOCATION_UNKNOWN; field in class:CRobot
65 mouseLastX = x;
68 mouseEvent(fDevice.getCGDisplayID(), mouseLastX, mouseLastY,
82 mouseEvent(fDevice.getCGDisplayID(), mouseLastX, mouseLastY,
96 mouseEvent(fDevice.getCGDisplayID(), mouseLastX, mouseLastY,

Completed in 30 milliseconds