send_mouse_move
send_mouse_move($dx=0,$dy=0); - this function is used to send a message to move the mouse at the hardware level, relative to the current window (available from version 4.10.2)
The function accepts parameters as input:
$dx – X coordinate for moving the mouse relative to the upper-left corner of the window.
$dy – Y coordinate for moving the mouse, relative to the upper-left corner of the window.
After testing, the function returns the result of its work to the script :
true – emulation was done
false – emulation was not successful