Move Mouse
input_move_mouseMoves the mouse cursor to a global screen point specified as x and y coordinates (top-left origin, in points). Requires Accessibility permission.
Instructions
Move the mouse cursor to a global screen point (top-left origin, points not pixels). Requires Accessibility permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Target X in global screen points. | |
| y | Yes | Target Y in global screen points. |