Moves the mouse pointer to a specified location on the screen.
The x-coordinate to move the mouse to.
The y-coordinate to move the mouse to.
Optional speed of the mouse movement (1 is slow, 100 is fast, -1 is instant).
1 if successful, 0 otherwise.
import { MouseMove } from '@ahmic/autoit-js';MouseMove(100, 200, 50); Copy
import { MouseMove } from '@ahmic/autoit-js';MouseMove(100, 200, 50);
https://www.autoitscript.com/autoit3/docs/functions/MouseMove.htm
Moves the mouse pointer to a specified location on the screen.