imgui_glfw

Undocumented in source.

Members

Functions

igImplGlfwGL3_CharCallback
void igImplGlfwGL3_CharCallback(GLFWwindow* , uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_CreateDeviceObjects
bool igImplGlfwGL3_CreateDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_CreateFontsTexture
bool igImplGlfwGL3_CreateFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_GetClipboardText
const(char)* igImplGlfwGL3_GetClipboardText(void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_Init
bool igImplGlfwGL3_Init(GLFWwindow* window, bool install_callbacks)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_InvalidateDeviceObjects
void igImplGlfwGL3_InvalidateDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_KeyCallback
void igImplGlfwGL3_KeyCallback(GLFWwindow* , int key, int , int action, int mods)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_MouseButtonCallback
void igImplGlfwGL3_MouseButtonCallback(GLFWwindow* , int button, int action, int )
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_NewFrame
void igImplGlfwGL3_NewFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_RenderDrawLists
void igImplGlfwGL3_RenderDrawLists(ImDrawData* draw_data)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_ScrollCallback
void igImplGlfwGL3_ScrollCallback(GLFWwindow* , double , double yoffset)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_SetClipboardText
void igImplGlfwGL3_SetClipboardText(void* user_data, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
igImplGlfwGL3_Shutdown
void igImplGlfwGL3_Shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DerelictGLFW3_NativeBind
g_AttribLocationColor
int g_AttribLocationColor;
Undocumented in source.

Variables

g_AttribLocationPosition
int g_AttribLocationPosition;
g_AttribLocationProjMtx
int g_AttribLocationProjMtx;
Undocumented in source.
g_AttribLocationTex
int g_AttribLocationTex;
g_AttribLocationUV
int g_AttribLocationUV;
g_ElementsHandle
uint g_ElementsHandle;
Undocumented in source.
g_FontTexture
GLuint g_FontTexture;
g_FragHandle
int g_FragHandle;
Undocumented in source.
g_MousePressed
bool[3] g_MousePressed;
Undocumented in source.
g_MouseWheel
float g_MouseWheel;
Undocumented in source.
g_ShaderHandle
int g_ShaderHandle;
Undocumented in source.
g_Time
double g_Time;
g_VaoHandle
uint g_VaoHandle;
Undocumented in source.
g_VboHandle
uint g_VboHandle;
g_VertHandle
int g_VertHandle;
Undocumented in source.
g_Window
GLFWwindow* g_Window;
Undocumented in source.

Meta