Skip to content

cf_button_binding_consume_press

Category: binding
GitHub: cute_binding.h


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

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

Return Value

Returns true if there was a press to consume.

CF_ButtonBinding
cf_button_binding_consume_release