GestureRecognizer.TryGetNextEvent(GestureEventData) Method
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 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.