Share via


GestureEventData.TappedData Property

Definition

Get the data for tap or double tap event. It only has value if and only if the eventType == GestureEventType.Tapped

public Microsoft.MixedReality.OpenXR.TappedEventData? TappedData { get; }
member this.TappedData : Nullable<Microsoft.MixedReality.OpenXR.TappedEventData>
Public ReadOnly Property TappedData As Nullable(Of TappedEventData)

Property Value

Applies to