Home > vm-providers > VM > sendMouseMoveEvent
Sends an absolute mousemove event to the virtual machine.
Signature:
sendMouseMoveEvent(position: ScreenPosition): Promise<void>;
Parameter | Type | Description |
---|---|---|
position | ScreenPosition | specifies the new coordinates of the mouse in the screen |
Returns:
Promise<void>