immersive-home/docs/reference/EventTouch.md
2024-03-17 00:14:31 +01:00

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.