cf_button_binding_set_repeat¶
Category: binding
GitHub: cute_binding.h
Enables key repeat for this button binding.
| 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. |