Class XrSystemHapticParametricPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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