pointer
Control the mouse pointer by moving to coordinates, clicking (left/right/middle, single or double), dragging from one point to another, or scrolling vertically or horizontally.
Instructions
Mouse in global coordinates. action='move' (x,y) | 'click' (optional x,y first; button left/right/middle; double=true) | 'drag' (x,y → to_x,to_y holding button) | 'scroll' (scroll_dy notches, positive = content down; optional x,y first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| to_x | No | ||
| to_y | No | ||
| action | Yes | ||
| button | No | left | |
| double | No | ||
| scroll_dx | No | ||
| scroll_dy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |