FabGL
ESP32 Display Controller and Graphics Library

◆ onUserSequence

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.

Examples
VGA/AnsiTerminal/AnsiTerminal.ino.

Definition at line 1496 of file terminal.h.