jubilant-funicular
|
Manages Windows (or GL contexts if you prefer) More...
#include <WindowManager.h>
Static Public Member Functions | |
static Window * | getWindow (crstring windowTitle, int width=640, int height=480, int flags=0) |
Gets a Window with specified title, width, height, and flags. | |
static Window * | getWindow (crstring windowTitle, int flags) |
static void | destroyWindow (crstring title) |
static void | destroy () |
Destorys the manager, freeing all necessary data. | |
Static Private Attributes | |
static std::map< std::string, Window > | m_windowMap |
Collection of Window. | |
Manages Windows (or GL contexts if you prefer)
Definition at line 10 of file WindowManager.h.