Class XrEventDataEyeCalibrationChangedML

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

public class XrEventDataEyeCalibrationChangedML extends org.lwjgl.system.Struct<XrEventDataEyeCalibrationChangedML> implements org.lwjgl.system.NativeResource
Event containing the latest eye calibration state.
Valid Usage (Implicit)
See Also

EnableUserCalibrationEventsML

Layout


 struct XrEventDataEyeCalibrationChangedML {
     XrStructureType type();
     void const * next();
     XrEyeCalibrationStatusML status();
 }