mouse
Interact with the mouse device
Get position
mouse.getPosition();Move
mouse.move(int: x, int: y);Move to
mouse.moveTo(int: x, int: y)Is left key down?
mouse.isLeftKeyDown();Is right key down?
mouse.isRightKeyDown();Click
Key down
Key up
Last updated