Function: scur

Syntax

scur ({<cursor>})

Type

numeric

Returns

A screen position read via an interactive mouse operation. Two values are returned, an X coordinate and a Y coordinate. Screen coordinates run from left to right, and top to bottom.

Parameters

Examples

Use the default cursor.

numeric xy[2] = scur

Use a "hand" cursor.

numeric xy[] = scur(hand)

See Also

Commands:

uncursor

Identifiers:

tracking (procedure)