The Set function changes the position of the mouse cursor.
Syntax
Mouse.Set(
Integer x,
Integer y)
Integer x,
Integer y)
Parameters
| x | Screen coordinates. | Required |
|---|---|---|
| y | Screen coordinates. | Required |
Return value
The Set function has no return values.
Example
myMouse.Set(150, 200)