Class XrSystemEyeGazeInteractionPropertiesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSystemEyeGazeInteractionPropertiesEXT>
org.lwjgl.openxr.XrSystemEyeGazeInteractionPropertiesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSystemEyeGazeInteractionPropertiesEXT extends org.lwjgl.system.Struct<XrSystemEyeGazeInteractionPropertiesEXT> implements org.lwjgl.system.NativeResource
Eye gaze interaction system properties.
Valid Usage (Implicit)

Layout


 struct XrSystemEyeGazeInteractionPropertiesEXT {
     XrStructureType type();
     void * next();
     XrBool32 supportsEyeGazeInteraction();
 }