Functions
imgui_impl_glfw.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IMGUI_IMPL_API void ImGui_ImplGlfw_CharCallback (GLFWwindow *window, unsigned int c)
 
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL (GLFWwindow *window, bool install_callbacks)
 
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForVulkan (GLFWwindow *window, bool install_callbacks)
 
IMGUI_IMPL_API void ImGui_ImplGlfw_KeyCallback (GLFWwindow *window, int key, int scancode, int action, int mods)
 
IMGUI_IMPL_API void ImGui_ImplGlfw_MouseButtonCallback (GLFWwindow *window, int button, int action, int mods)
 
IMGUI_IMPL_API void ImGui_ImplGlfw_NewFrame ()
 
IMGUI_IMPL_API void ImGui_ImplGlfw_ScrollCallback (GLFWwindow *window, double xoffset, double yoffset)
 
IMGUI_IMPL_API void ImGui_ImplGlfw_Shutdown ()
 

Function Documentation

◆ ImGui_ImplGlfw_CharCallback()

IMGUI_IMPL_API void ImGui_ImplGlfw_CharCallback ( GLFWwindow window,
unsigned int  c 
)

Definition at line 132 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_InitForOpenGL()

IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL ( GLFWwindow window,
bool  install_callbacks 
)

Definition at line 224 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_InitForVulkan()

IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForVulkan ( GLFWwindow window,
bool  install_callbacks 
)

Definition at line 229 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_KeyCallback()

IMGUI_IMPL_API void ImGui_ImplGlfw_KeyCallback ( GLFWwindow window,
int  key,
int  scancode,
int  action,
int  mods 
)

Definition at line 110 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_MouseButtonCallback()

IMGUI_IMPL_API void ImGui_ImplGlfw_MouseButtonCallback ( GLFWwindow window,
int  button,
int  action,
int  mods 
)

Definition at line 91 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_NewFrame()

IMGUI_IMPL_API void ImGui_ImplGlfw_NewFrame ( )

Definition at line 345 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_ScrollCallback()

IMGUI_IMPL_API void ImGui_ImplGlfw_ScrollCallback ( GLFWwindow window,
double  xoffset,
double  yoffset 
)

Definition at line 100 of file imgui_impl_glfw.cpp.

◆ ImGui_ImplGlfw_Shutdown()

IMGUI_IMPL_API void ImGui_ImplGlfw_Shutdown ( )

Definition at line 234 of file imgui_impl_glfw.cpp.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:03