Class XrSystemEyeGazeInteractionPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemEyeGazeInteractionPropertiesEXT extends Struct<XrSystemEyeGazeInteractionPropertiesEXT> implements NativeResource

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