game_touch
Simulate touch inputs including press, release, drag, and gestures on touch screens. Control touch position, index, and drag endpoints.
Instructions
Simulate touch press/release/drag and gestures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Touch X position | |
| y | Yes | Touch Y position | |
| toX | No | Drag end X (for drag) | |
| toY | No | Drag end Y (for drag) | |
| index | No | Touch index. Default: 0 | |
| steps | No | Drag steps. Default: 10 | |
| action | Yes | Action: press, release, drag |