FabGL
ESP32 Display Controller and Graphics Library
|
int endModalWindow | ( | ModalWindowState * | state | ) |
Ends modal window processing.
Ends the modal window status. After this other windows can receive input. This method should be always called when processModalWindowEvents() returns False, or when modal window must be anyway closed.
state | This parameter comes from initModalWindow() and is used internally to maintain modal window status. |