1.5 KiB
1.5 KiB
EventTouch
Inherits: EventBubble
Description
Emitted when a finger enters or leaves a FingerArea.
Properties
Name | Type | Default |
---|---|---|
fingers | Finger[] |
Methods
Returns | Name |
---|---|
Variant | has_finger ( finger: int ) |
Constants
Finger = <Object>
No description provided yet.
Property Descriptions
fingers: Finger[]
The list of fingers that are currently in the area.
Method Descriptions
has_finger (finger: int ) -> Variant
Checks if a specific finger is currently in the area.