FabGL
ESP32 Display Controller and Graphics Library

◆ suspendVirtualKeyGeneration()

void suspendVirtualKeyGeneration ( bool  value)

Suspends 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.

Parameters
valueIf true conversion task is suspended. If false conversion task is resumed.

Definition at line 1254 of file keyboard.cpp.