ios_release_contacts_hid
Lift held contacts placed by ios_contacts_hid. Every finger lifts in ONE frame — releasing them one at a time would leave the others down between reports, which the device reads as the gesture continuing. Coordinates are where each finger ends. Returns "no HID available" on iOS 17.x / no-tunnel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| norm | No | If true, x/y (and path points) are 0..1 FRACTIONS of the screen — pass `pixelInScreenshot ÷ screenshotSize` directly (scale-free, matches the frontend, avoids point-guessing). Default false = iOS screen points. | |
| udid | Yes | iOS device UDID | |
| points | Yes | Where each finger is when it lifts, in the same order as ios_contacts_hid |