GestureEventData.TappedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)