UI()
Constructor.
Definition: UI.cpp:5
void Load()
Load the UI.
Definition: UI.cpp:23
Used to manage the UI of a game See the code example below for a quick reference on how to use the UI...
Definition: UI.h:25
void Update()
Render the UI.
Definition: UI.cpp:16
void Pop()
Pop a UI window from the stack.
Definition: UI.cpp:31
void Push(UIWindow *window)
Push window to stack.
Definition: UI.cpp:27
UI window Meant to be a collection of related UIComponents to display at the same time...
Definition: UIWindow.h:26
std::vector< UIWindow * > windows
Definition: UI.h:66
void Render()
Render the UI.
Definition: UI.cpp:9