Returns the current location of the mouse.
PROCEDURE vstGetCurrPt2D(
VAR outX : REAL;
VAR outY : REAL);def vs.vstGetCurrPt2D():
return (outX, outY)| Name | Type | Description |
|---|---|---|
| outX | REAL | Output parameter. |
| outY | REAL | Output parameter. |
Availability: from All Versions
This is drop-in function.