ios_tv_swipe
Swipe across the Apple TV remote's TOUCHPAD to move focus. Coordinates are the touchpad's own 0-1000 space — they are NOT screen pixels, and there is no coordinate tapping on a TV to scale them to. Verified on both axes: a left-to-right swipe moves focus exactly as the right button does, so prefer ios_tv_button for single steps and use this for longer runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | Yes | End X on the touchpad (0-1000) | |
| endY | Yes | End Y on the touchpad (0-1000) | |
| udid | Yes | Apple TV UDID or name | |
| wake | No | Wake the TV first if it is asleep (default: true) | |
| startX | Yes | Start X on the touchpad (0-1000) | |
| startY | Yes | Start Y on the touchpad (0-1000) | |
| durationMs | No | Swipe duration in ms (default 300) |