Skip to content

cf_button_binding_consume_release

Category: binding
GitHub: cute_binding.h


Consumes the release event so subsequent queries return false until a new release occurs.

bool cf_button_binding_consume_release(CF_ButtonBinding b);
Parameters Description
b The button binding handle.

Return Value

Returns true if there was a release to consume.

CF_ButtonBinding
cf_button_binding_consume_press