1 #ifndef CEGUI_INTERFACE_H
2 #define CEGUI_INTERFACE_H
18 void update(
float passedTime);
20 void initCeguiResourceGroups();
21 void handleWindowResize(
int width,
int height);
23 void inputKeyUpdate(
int character,
int action);
24 void inputCharUpdate(
int character,
int action);
25 void inputMouseButtonUpdate(
int character,
int action);
26 void inputMouseWheelUpdate(
int position);
27 void inputMousePosUpdate(
int x,
int y);
29 OpenGL3Renderer* getOpenGL3Renderer();
32 void initialiseDefaultResourceGroups();
33 void initialiseResourceGroupDirectories();
35 static const char* s_dataPathPrefix;
37 OpenGL3Renderer* m_ceguiOpenGL3Renderer;
38 CEGUI::System* m_ceguiSystem;