Types of input events that can trigger callbacks.
| Enumerator |
|---|
| TICK | Every input received.
|
| VALUE_CHANGE | Value changed from previous.
|
| THRESHOLD_RISING | Value crossed threshold upward.
|
| THRESHOLD_FALLING | Value crossed threshold downward.
|
| RANGE_ENTER | Value entered specified range.
|
| RANGE_EXIT | Value exited specified range.
|
| BUTTON_PRESS | Button went from 0.0 to 1.0.
|
| BUTTON_RELEASE | Button went from 1.0 to 0.0.
|
| CONDITIONAL | User-provided condition.
|