The analog threshold binding modifier can modify a float input to a boolean input with specified thresholds.
The analog threshold binding modifier can modify a float input to a boolean input with specified thresholds.
See [url=https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_VALVE_analog_threshold]XR_VALVE_analog_threshold[/url] for in-depth details.
Haptic pulse to emit when the user releases the input.
When our input value falls below this, our output becomes false.
Haptic pulse to emit when the user presses the input.
When our input value is equal or larger than this value, our output becomes true. It stays true until it falls under the [member off_threshold] value.