PhMoveCursor

PhMoveCursorAbs, PhMoveCursorRel — move the cursor to an absolute or relative position.

Syntax

PhMoveCursorAbs (input_group, x, y)
PhMoveCursorRel (input_group, x, y)

		

Arguments

input_group

The input group number.

x

The x-coordinate.

y

The y-coordinate.

Returns

t.

Description

PhMoveCursorAbs  moves the cursor for the input_group to the absolute coordinates x and y.

PhMoveCursorRel  moves the cursor for the input_group a distance of x and y from its current position.

See Also

In Photon documentation: PhMoveCursorAbs, PhMoveCursorRel.