GestureRecognizer.TryGetNextEvent(GestureEventData) Method

Definition

Get the next gesture recognition event data, or return false when the event queue is empty.

public bool TryGetNextEvent (ref Microsoft.MixedReality.OpenXR.GestureEventData eventData);
member this.TryGetNextEvent : GestureEventData -> bool
Public Function TryGetNextEvent (ByRef eventData As GestureEventData) As Boolean

Parameters

eventData
GestureEventData

App allocated data struct to receive the data.

Returns

Remarks

If function returns false, the content in eventData is undefined and should be avoided.

Applies to