-
-
Notifications
You must be signed in to change notification settings - Fork 35
InputEventSingleScreenTouch
Federico Ciuffardi edited this page Apr 9, 2022
·
2 revisions
Custom input event type for a single finger touch.
Type | Name | Description |
---|---|---|
Vector2 | position | Position of the involved finger |
boolean | pressed | If it is true , the touch is beginning. If it is false , the touch is ending. |
boolean | cancelled | If it is true , the touch has been cancelled by another touch. If it is false , the touch is still the only one. |