Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leMoveCursor

leMoveCursor( 
f_dX 
f_dY 
) 
=> t / nil

Description

Moves the cursor in the current window a relative distance specified by f_dX and f_dY.

Arguments

f_dX

Distance to move the cursor in the X direction.

f_dY

Distance to move the cursor in the Y direction.

Value Returned

t

The cursor moves.

nil

The cursor does not move.

Example

Moves the cursor 5.5 in the X direction and 10.5 in the Y direction and returns t.

leMoveCursor( 5.5 10.5 )


Return to top
 ⠀
X