SetCursorPos: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
m (Bot (Edward's framework))
 
(No difference)

Latest revision as of 12:57, 16 August 2009

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.