This method is called when the mouse has been moved. See the {@code sample.Interactive} robot for an example of how to usemouse events.
@param event holds details about current event
@see java.awt.event.MouseMotionListener#mouseMoved(MouseEvent)
@see #onMousePressed(MouseEvent)
@see #onMouseReleased(MouseEvent)
@see #onMouseClicked(MouseEvent)
@see #onMouseEntered(MouseEvent)
@see #onMouseExited(MouseEvent)
@see #onMouseDragged(MouseEvent)
@see #onMouseWheelMoved(MouseWheelEvent)
@since 1.3.4
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.