pikvm_mouse_click
Click a mouse button on a remote machine, with optional movement to pixel coordinates. Supports left, right, middle, scroll, and press/release/click states.
Instructions
Click a mouse button on the remote machine. Optionally move to a pixel position first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Mouse button to click (default: left). "up" and "down" are scroll wheel buttons. | |
| x | No | X pixel coordinate to move to before clicking (optional) | |
| y | No | Y pixel coordinate to move to before clicking (optional) | |
| state | No | Button state: press (hold), release, or click (default) |