cf_binding_value_raw¶
Category: binding
GitHub: cute_binding.h
Returns the raw value of the binding (no deadzone), dispatching by handle type.
| Parameters | Description |
|---|---|
x |
A CF_ButtonBinding, CF_AxisBinding, or CF_StickBinding handle. |
Remarks¶
This is a C11 _Generic macro. Returns float for button/axis, CF_V2 for stick.
Related Pages¶
cf_button_binding_value_raw
cf_axis_binding_value_raw
cf_stick_binding_value_raw
cf_binding_value