nanokvm_tap
Tap at specific screen coordinates to emulate touchscreen or mouse input on remote servers and headless machines using NanoKVM hardware.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |