skrypton-api / com.waicool20.skrypton.sikulix.input / SKryptonRobot / mouseMove
mouseMove
fun mouseMove(x: Int, y: Int): Unit
Moves the mouse to the coordinates instantly.
Parameters
x
- x coordinate to move the mouse to.
y
- y coordinate to move the mouse to.