mouse
Interact with the mouse device
Get Position
mouse.getPosition();Move
mouse.move(int: x, int: y, windowCheck: bool = false);Move To
mouse.moveTo(int: x, int: y, windowCheck: bool = false)Is Left Key Down?
mouse.isLeftKeyDown();Is Right Key Down?
mouse.isRightKeyDown();Click
Key Down
Key Up
Last updated