Class XrSystemHandTrackingPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemHandTrackingPropertiesEXT extends Struct<XrSystemHandTrackingPropertiesEXT> implements NativeResource
struct XrSystemHandTrackingPropertiesEXT {
    XrStructureType type;
    void * next;
    XrBool32 supportsHandTracking;
}