ImguiState

Undocumented in source.

Members

Functions

charCallback
void charCallback(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
createDeviceObjects
void createDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
createFontsTexture
void createFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
keyboardCaptured
bool keyboardCaptured()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseCaptured
bool mouseCaptured()
Undocumented in source. Be warned that the author may not have intended to support it.
newFrame
void newFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyPressed
void onKeyPressed(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyReleased
void onKeyReleased(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
onMousePressed
void onMousePressed(uint button)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseReleased
void onMouseReleased(uint button)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
renderDrawLists
void renderDrawLists(ImDrawData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollCallback
void scrollCallback(float scroll)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attribLocationColor
int attribLocationColor;
Undocumented in source.
attribLocationPosition
int attribLocationPosition;
Undocumented in source.
attribLocationProjMtx
int attribLocationProjMtx;
Undocumented in source.
attribLocationTex
int attribLocationTex;
Undocumented in source.
attribLocationUV
int attribLocationUV;
Undocumented in source.
clipboardHelper
ClipboardHelper clipboardHelper;
Undocumented in source.
elementsHandle
uint elementsHandle;
Undocumented in source.
fontTexture
GLuint fontTexture;
Undocumented in source.
fragHandle
int fragHandle;
Undocumented in source.
mousePressed
bool[7] mousePressed;
Undocumented in source.
mouseWheel
float mouseWheel;
Undocumented in source.
shaderHandle
int shaderHandle;
Undocumented in source.
time
double time;
Undocumented in source.
vaoHandle
uint vaoHandle;
Undocumented in source.
vboHandle
uint vboHandle;
Undocumented in source.
vertHandle
int vertHandle;
Undocumented in source.
window
GLFWwindow* window;
Undocumented in source.

Meta