atelier.ui.gui_modal

Gui Modal

Members

Functions

isModal
bool isModal()

Does a modal gui is currently being run ?

popModal
T popModal()

Get and stop the current modal.

processModalBack
void processModalBack()

Update and render the gui that aren't modals while the modal gui is active.

pushModal
void pushModal(GuiElement modalGui)

Set a gui as a modal gui. ___ It will have exclusive access to events and be rendered above all other guis.

stopAllModals
void stopAllModals()

Close everything

stopModal
void stopModal()

Immediately stops the currently running modal gui.

Meta

License

Zlib

Authors

Enalye