Returns the current location of the mouse.
PROCEDURE vstGetCurrPt3D(
VAR outX : REAL;
VAR outY : REAL;
VAR outZ : REAL;
result : BOOLEAN);def vs.vstGetCurrPt3D(result):
return (outX, outY, outZ)| Name | Type | Description |
|---|---|---|
| outX | REAL | Output parameter. |
| outY | REAL | Output parameter. |
| outZ | REAL | Output parameter. |
| result | BOOLEAN |
In Python, the result boolean input variable doesn't seem to do anything.
Availability: from All Versions
This is drop-in function.