FabGL
ESP32 Display Controller and Graphics Library
|
void activate | ( | TerminalTransition | transition = TerminalTransition::None | ) |
Activates this terminal for input and output.
Only one terminal can be active at the time, for input and output. Use this method to activate a terminal. This method de-activates currently active terminal.
transition | Optional transition effect |
Definition at line 215 of file terminal.cpp.