desktop_drag
Perform a mouse drag between two points inside the same active window, automatically releasing the button. Supports left, middle, or right button drags.
Instructions
Drag between two observed points inside the same active window; always attempts button release. Cross-window drags are not supported yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| end_x | Yes | ||
| end_y | Yes | ||
| button | No | left | |
| window_id | Yes | ||
| snapshot_id | Yes |