cf_binding_get_deadzone¶
Category: binding
GitHub: cute_binding.h
Returns the global deadzone threshold for analog stick inputs.
Remarks¶
Defaults to 0.15f. Values below this threshold are zeroed out. Valid range is roughly 0.1 to 0.2. Individual bindings can override this with cf_button_binding_set_deadzone or cf_axis_binding_set_deadzone.
Related Pages¶
cf_axis_binding_set_deadzone
cf_binding_set_deadzone
cf_button_binding_set_deadzone