atelier.ui.gui_overlay

Gui Overlay

Members

Classes

Hint
class Hint

Displays text next to the cursor when hovering over a gui.

Functions

endOverlay
void endOverlay()

Stops overlay gui.

isOverlay
bool isOverlay()

Is there a gui running as an overlay ?

makeHint
Hint makeHint(string text)

Create a Hint for a gui element.

openHintWindow
void openHintWindow(Hint hint)

Create the hint gui.

processOverlayBack
void processOverlayBack()

Updates and renders guis that are behind.

processOverlayEvent
void processOverlayEvent(Event event)

Process events from the guis that aren't overlay.

processOverlayFront
void processOverlayFront(float deltaTime)

Updates and renders guis that are in front (like the hint).

setOverlay
void setOverlay(GuiElement gui)

Add the gui as an overlay (rendered above all other guis). \ Doesn't take away events from the other guis (unlike modal).

stopOverlay
void stopOverlay()

Remove the current overlay gui.

Meta

License

Zlib

Authors

Enalye