-
Notifications
You must be signed in to change notification settings - Fork 0
Mouse
Adisol edited this page Mar 8, 2024
·
1 revision
This wiki page is for how to use the crossplatform mouse component
You can simply use the Move(x, y) function
Usage: OhMyOS.Mouse.Move(x, y);
Action: It moves the cursor to the X, Y coordinates on supported platforms
You can use the Click(x, y) function
Usage: OhMyOS.Mouse.Click(x, y)
Action: It clicks to the X, Y coordinates on supported platforms