cf_binding_consume_press¶
Category: binding
GitHub: cute_binding.h
Consumes the press event on the binding, dispatching by handle type.
| Parameters | Description |
|---|---|
x |
A CF_ButtonBinding, CF_AxisBinding, or CF_StickBinding handle. |
Remarks¶
This is a C11 _Generic macro. In C++ use the overloaded binding_consume_press() functions in namespace Cute.
Related Pages¶
cf_button_binding_consume_press
cf_axis_binding_consume_press
cf_stick_binding_consume_press
cf_binding_consume_release