Difference between revisions of "Lua:setMousePos"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
− | == | + | {{LuaSeeAlso}} |
+ | |||
+ | === Related Functions === | ||
* [[getMousePos]] | * [[getMousePos]] | ||
− |
Revision as of 21:39, 19 March 2017
function setMousePos(x, y)
Sets the mouse cursor to the specified coordinates.
Function Parameters
Parameter | Type | Description |
---|---|---|
x | Integer | The x coordinate to set the mouse cursor to |
y | Integer | The y coordinate to set the mouse cursor to |