nanokvm_tap
Tap at exact pixel coordinates on the remote display to emulate touch or mouse input.
Instructions
Tap at a specific screen position (touchscreen/mouse emulation).
Coordinates are in screen pixels based on NANOKVM_SCREEN_WIDTH and NANOKVM_SCREEN_HEIGHT environment variables.
Args: x: X coordinate (0 = left edge, screen_width = right edge) y: Y coordinate (0 = top edge, screen_height = bottom edge)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |