Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 436 Bytes

File metadata and controls

30 lines (22 loc) · 436 Bytes

vstGetCurrPt2D

Description

Returns the current location of the mouse.

PROCEDURE vstGetCurrPt2D(
				VAR outX : REAL;
				VAR outY : REAL);
def vs.vstGetCurrPt2D():
    return (outX, outY)

Parameters

Name Type Description
outX REAL Output parameter.
outY REAL Output parameter.

Version

Availability: from All Versions

This is drop-in function.

Category

  • Tool Events