kvm_mouse
Move, click, or scroll the remote KVM cursor using relative or pixel coordinates from the last screenshot; returns a verification screenshot after each action.
Instructions
Move/click/scroll. Pass BOTH relative_x AND relative_y (0.0-1.0), or BOTH pixel_x AND pixel_y of the last screenshot. Mouse is the LAST resort; prefer keyboard. Returns a post-action screenshot. (input tier)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | ||
| clicks | No | ||
| pixel_x | No | ||
| pixel_y | No | ||
| wheel_x | No | ||
| wheel_y | No | ||
| relative_x | No | ||
| relative_y | No |