Class XrInteractionProfileAnalogThresholdVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrInteractionProfileAnalogThresholdVALVE extends Struct<XrInteractionProfileAnalogThresholdVALVE> implements NativeResource
struct XrInteractionProfileAnalogThresholdVALVE {
    XrStructureType type;
    void const * next;
    XrAction action;
    XrPath binding;
    float onThreshold;
    float offThreshold;
    XrHapticBaseHeader const * onHaptic;
    XrHapticBaseHeader const * offHaptic;
}