FabGL
ESP32 Display Controller and Graphics Library

◆ onRead

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 2131 of file terminal.h.