SetMouseLocation
From Onset Developer Wiki
Description
Sets the cursor's position on the screen.
Syntax
SetMouseLocation(x, y)
Parameters
- mouseX
The X coordinate to move the cursor to. - mouseY
The Y coordinate to move the cursor to.
Example
SetMouseLocation(50,50)