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
Value Returned
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