4.0 KiB
4.0 KiB
Touch
Inherits: Node
Description
Handles touch events and emits them to the EventSystem
Properties
Name | Type | Default |
---|---|---|
areas_entered | Variant | |
finger_areas | Dictionary |
Methods
Returns | Name |
---|---|
void | _emit_event ( type: String, target: Variant ) |
void | _init ( finger_areas: Dictionary ) |
void | _on_area_entered ( finger_type: Variant, area: Variant ) |
void | _on_area_exited ( finger_type: Variant, area: Variant ) |
void | _physics_process ( _delta: Variant ) |
void | _ready ( ) |
Constants
Finger = <Object>
No description provided yet.
Property Descriptions
areas_entered: Variant
No description provided yet.
finger_areas: Dictionary
Record<Finger.Type, Area3D>
Method Descriptions
_emit_event (type: String , target: Variant ) -> void
No description provided yet.
_init (finger_areas: Dictionary ) -> void
No description provided yet.
_on_area_entered (finger_type: Variant , area: Variant ) -> void
No description provided yet.
_on_area_exited (finger_type: Variant , area: Variant ) -> void
No description provided yet.
_physics_process (_delta: Variant ) -> void
No description provided yet.
_ready ( ) -> void
No description provided yet.