|
ION Java User's Guide: ION Java Class and Method Reference |
|
Call the mouseMoved() method when a mouse cursor is moved in a drawable. Note that the Mouse Listener must have been registered in the drawable prior to calling mouseMoved().
public abstract void mouseMoved(IONDrawable drawable, int X, int Y, long when, int mask)
The IONDrawable object that the event occurred in.
The X location of the mouse.
The Y location of the mouse.
The time when the event happened.
Current mouse button state.
None.
IDL Online Help (March 06, 2007)