FabGL
ESP32 Display Controller and Graphics Library
|
void exitModal | ( | int | modalResult | ) |
Exits from a modal window.
To open a modal window use uiApp.showModalWindow().
modalResult | An integer value to return to uiApp.showModalWindow(). |