22 #ifndef FIFE_GUI_CEGui_0Manager
23 #define FIFE_GUI_CEGui_0Manager
43 class CEGui_0InputProcessor;
102 #endif //FIFE_GUI_CEGui_0Manager
CEGUI::Window * m_guiRoot
Our root gui window.
virtual ~CEGui_0Manager()
CEGUI::Window * getRootWindow()
virtual bool onSdlEvent(SDL_Event &event)
Receives input and converts it to librocket format, then it forwards it to librocket.
CEGui_0InputProcessor * m_inputProcessor
Input processor.
double m_lastTimePulse
Last time pulse injected to CEGUI.
void injectTimePulse()
Inject a time pulse to CEGUI.
void setRootWindow(CEGUI::Window *setRootWindow)
Sets the root window of the gui system.
virtual void turn()
Updates and renders the gui.
virtual void resizeTopContainer(uint32_t x, uint32_t y, uint32_t width, uint32_t height)
Resizes the top container.
CEGui_0Manager()
Constructor.