Difference between revisions of "Lua:setMousePos"
Jump to navigation
Jump to search
m (moved setMousePos to Lua:setMousePos) |
|
(No difference)
|
Revision as of 00:08, 25 January 2018
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 |