computer_mouse_move
Move the mouse cursor to specified screen coordinates without clicking. Coordinates use a scaled display of 1429x804 pixels.
Instructions
Move the mouse cursor to the given coordinates without clicking. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |