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

getMousePos()

The getMousePos() method returns the current location of the mouse cursor in the canvas.

Syntax

public Point getMousePos()

Arguments

None.

Exceptions

None.

Example

Point pt = getMousePos();  

  IDL Online Help (March 06, 2007)