FabGL
ESP32 VGA Controller and Graphics Library
|
void fabgl::KeyboardClass::suspendVirtualKeyGeneration | ( | bool | value | ) |
Suspend or resume the virtual key generation task.
Use this method to temporarily suspend the scancode to virtual key conversion task. This is useful when scancode are necessary for a limited time.
value | If true conversion task is suspended. If false conversion task is resumed. |