-
-
Notifications
You must be signed in to change notification settings - Fork 37
InputEventMultiScreenDrag
Federico Ciuffardi edited this page Apr 9, 2022
·
1 revision
Custom input event type for a multiple 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 |