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