FabGL
ESP32 Display Controller and Graphics Library

◆ onRead

Delegate<int *> fabgl::TerminalController::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.