Previous ION Java User's Guide: ION Java Class and Method Reference Next

mouseMoved()

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().

Syntax

public abstract void mouseMoved(IONDrawable drawable, int X, int Y, long when,    int mask)

Arguments

drawable

The IONDrawable object that the event occurred in.

X

The X location of the mouse.

Y

The Y location of the mouse.

when

The time when the event happened.

mask

Current mouse button state.

Exceptions

None.

  IDL Online Help (March 06, 2007)