Struct XrEventDataBuffer
The XrEventDataBuffer is a structure passed to xrPollEvent large enough to contain any returned event data element. The maximum size is specified by XR_MAX_EVENT_DATA_SIZE.
An application can set(or reset) only the type member and clear the next member of an XrEventDataBuffer before passing it as an input to xrPollEvent.The runtime must ignore the contents of the varying field and overwrite it without reading it.
A pointer to an XrEventDataBuffer may be type-cast to an XrEventDataBaseHeader pointer, or a pointer to any other appropriate event data based on the type parameter.
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEventDataBuffer
Fields
next
Declaration
Field Value
type
Declaration
public XrStructureType type
Field Value
varying
Declaration
Field Value