FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Sets typematic rate and delay.
If the key is kept pressed down, after repeatDelayMS keyboard starts periodically sending codes with frequency repeatRateMS.
repeatRateMS | Repeat rate in milliseconds (in range 33 ms ... 500 ms). |
repeatDelayMS | Repeat delay in milliseconds (in range 250 ms ... 1000 ms, steps of 250 ms). |
Definition at line 347 of file keyboard.h.