FabGL
ESP32 Display Controller and Graphics Library
|
Delegate<int *> onRead |
Read character delegate.
This delegate is called whenever a character needs to be read, and no Terminal has been specified. The delegate should block until a character is received.
First parameter represents a pointer to the receiving character code.
Definition at line 1983 of file terminal.h.