Swipe between two coordinates
devilge_input_swipeSends a swipe gesture via ADB from one point to another. Use for scrolling, dismissing overlays, or performing simple gestures.
Instructions
Sends a swipe gesture (adb shell input swipe) from (x1,y1) to (x2,y2) over durationMs (default 300). Useful for scrolling lists, dismissing overlays, performing simple gestures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| serial | No | Device serial. Defaults to DEVILGE_DEFAULT_DEVICE_SERIAL or the only attached device. | |
| durationMs | No | Swipe duration in milliseconds. Defaults to 300. |