FabGL
ESP32 Display Controller and Graphics Library
|
Delegate<char const *> onUserSequence |
Delegate called whenever a new user sequence has been received.
The parameter contains a zero terminated string containing the user sequence payload. User sequence starts with ESC + "_#" and terminates with "$". For example, when then terminal receives "ESC_#mycommand$", the delegate receives "mycommand" string.
Definition at line 1496 of file terminal.h.