moves the mouse
input.move_mouse(1920 / 2, 1080 / 2) -- moves the mouse to the middle of a 1920x1080 display
argument types: (int x, int y)
Last updated 1 month ago