SetCursorPos

From VisionaireWiki
Jump to navigation Jump to search

setCursorPos

Sets the absolute cursor position.

Lua Syntax:

setCursorPos(pos)

Arguments

pos

{x=int,y=int} - The position where the cursor will be set to.

Flags

Return Values

None.