Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 469 Bytes

File metadata and controls

29 lines (22 loc) · 469 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