FabGL
ESP32 Display Controller and Graphics Library

◆ endModalWindow()

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.

Parameters
stateThis parameter comes from initModalWindow() and is used internally to maintain modal window status.
Returns
The same value specified calling uiWindow.exitModal()

Definition at line 891 of file fabui.cpp.