Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork37
InputEventMultiScreenDrag
Federico Ciuffardi edited this pageApr 9, 2022 ·1 revision
Custom input event type for amultiple finger drag.
| Type | Name | Description |
|---|---|---|
| Vector2 | position | Mean of the positions of the involved fingers in the last frame |
| Vector2 | relative | Mean of the positions of the involved fingers in the current frame relative to the mean of the positions of the involved fingers in the last frame |
| int | fingers | Number of involved fingers |