Skip to content

cf_binding_consume_release

Category: binding
GitHub: cute_binding.h


Consumes the release event on the binding, dispatching by handle type.

#define cf_binding_consume_release(x) _Generic((x), \
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_release() functions in namespace Cute.

cf_button_binding_consume_release
cf_axis_binding_consume_release
cf_stick_binding_consume_release
cf_binding_consume_press