C Specification
// Provided by XR_EXT_eye_gaze_interaction
typedef struct XrSystemEyeGazeInteractionPropertiesEXT {
XrStructureType type;
void* next;
XrBool32 supportsEyeGazeInteraction;
} XrSystemEyeGazeInteractionPropertiesEXT;
Members
Description
Regardless of the value of supportsEyeGazeInteraction,
xrSuggestInteractionProfileBindings must accept eye gaze binding
paths.
However, if supportsEyeGazeInteraction is XR_FALSE, the runtime
should never report an action as active if its only suggested binding is an
eye gaze binding path.
See Also
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.