Drag-Tool
Executes a drag gesture between two screen coordinates over 500ms, enabling reordering, moving items, or adjusting sliders in Android UI.
Instructions
Drag from (x1,y1) to (x2,y2) over 500ms. Use for reordering, moving items, or adjusting sliders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes |