Skip to content

cf_button_binding_set_repeat

Category: binding
GitHub: cute_binding.h


Enables key repeat for this button binding.

void cf_button_binding_set_repeat(CF_ButtonBinding b, float delay, float interval);
Parameters Description
b The button binding handle.
delay Seconds before the first repeat fires. Set to -1 to disable repeat.
interval Seconds between subsequent repeats.

CF_ButtonBinding
cf_button_binding_repeated