-
-
Notifications
You must be signed in to change notification settings - Fork 35
InputEventMultiScreenSwipe
Federico Ciuffardi edited this page Apr 9, 2022
·
1 revision
Custom input event type for a multiple finger swipe.
Type | Name | Description |
---|---|---|
Vector2 | position | Mean of the positions of the involved fingers at the beginning of the swipe |
Vector2 | relative | Mean of the positions of the involved fingers at the end of the swipe relative to the mean of the positions of the involved fingers at the beginning of the swipe |
int | fingers | Number of involved fingers |