Pinch
Gestures
Pinch
Pinch/zoom/rotate gestures
POST
Pinch
Execute a pinch gesture for zooming or rotating.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Request Body
| Field | Type | Default | Description |
|---|---|---|---|
x | integer | required | Center X coordinate |
y | integer | required | Center Y coordinate |
action | string | required | Pinch action type |
duration_ms | integer | 1000 | Gesture duration in milliseconds |
Action Types
| Action | Description |
|---|---|
pinch_out | Zoom in (fingers apart) |
pinch_in | Zoom out (fingers together) |
rotate_cw | Rotate clockwise |
rotate_ccw | Rotate counter-clockwise |
Related Endpoints
- Pinch by Description - Pinch using natural language
- Double Tap - Alternative zoom method