Touch Eden Screen
eden_touch_screenSimulate touch input on Eden emulator from screenshot coordinates. Execute taps, long presses, swipes, and pointer actions to automate gameplay.
Instructions
Touch Eden at screenshot pixel coordinates. Supports tap, long_press, swipe, down, move, and up. For swipe, provide end_x and end_y. source_width/source_height should match the screenshot used to choose coordinates; if omitted, the current render size is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| end_x | No | ||
| end_y | No | ||
| action | No | tap | |
| finger_id | No | ||
| session_id | No | ||
| duration_ms | No | ||
| source_width | No | ||
| source_height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||