currentMousePoint parameter
Use the currentMousePoint parameter to determine the coordinates of the pointer at the time the last mouse event was recorded.
Availability
query command
Scope
The current view.
Syntax
query currentMousePoint.[ x | y ]
Parameters
x Use the x qualifier to specify the x coordinate of the pointer. y Use the y qualifier to specify the y coordinate of the pointer.
Examples
query currentMousePoint.x query currentMousePoint.y
query command