Wearable Only
Wearable Only
BeganIndicates that a touch event has started. This is triggered when the user initially touches the interactive area.
Wearable Only
CanceledIndicates that the touch event was interrupted or canceled, typically due to an error or the touch being outside the interactive area.
Wearable Only
EndedIndicates that the touch event has ended. This occurs when the user lifts their finger off the interactive area, completing the touch interaction.
Wearable Only
MovedIndicates that the touch event has moved. This is triggered when the user drags or slides their finger across the interactive area.
Enum that defines a current state of a touch interaction with the touchpad of the motion controller.
Example