computer_mouse_up
Release a mouse button at the current or specified coordinates, enabling precise control over click and drag actions.
Instructions
Release a mouse button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Optional X coordinate (uses current position if not specified) | |
| y | No | Optional Y coordinate (uses current position if not specified) | |
| button | No | Mouse button - 'left', 'right', or 'middle' (default: 'left') | left |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||