Difference between revisions of "Lua:setMousePos"
Jump to navigation
Jump to search
(→Related Functions) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 20: | Line 20: | ||
| − | == | + | {{LuaSeeAlso}} |
| − | * [[getMousePos | + | |
| − | + | === Related Functions === | |
| + | * [[Lua:getMousePos|getMousePos]] | ||
Latest revision as of 00:50, 25 January 2018
function setMousePos(x, y)
Sets the mouse cursor to the specified coordinates.
Function Parameters[edit]
| 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 |