dEngine
Simple 2D C++ game engine
Classes | Namespaces
UIWindow.h File Reference
#include <vector>
#include "UIComponent.h"

Go to the source code of this file.

Classes

class  dengine_UI::UIWindow
 UI window Meant to be a collection of related UIComponents to display at the same time. This can be a menu, a HUD, or anything else where you want multiple elements displayed at once. This will then be "Pushed" to the UI to be displayed. See the code example below for a quick reference on how to use the UIWindow with UIComponent and the UI. More...
 

Namespaces

 dengine_UI