Class XrEventDataEyeCalibrationChangedML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataEyeCalibrationChangedML extends Struct<XrEventDataEyeCalibrationChangedML> implements NativeResource
struct XrEventDataEyeCalibrationChangedML {
    XrStructureType type;
    void const * next;
    XrEyeCalibrationStatusML status;
}