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 () |
IMGUI_IMPL_API void ImGui_ImplGlfw_CharCallback | ( | GLFWwindow * | window, |
unsigned int | c | ||
) |
Definition at line 132 of file imgui_impl_glfw.cpp.
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL | ( | GLFWwindow * | window, |
bool | install_callbacks | ||
) |
Definition at line 224 of file imgui_impl_glfw.cpp.
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForVulkan | ( | GLFWwindow * | window, |
bool | install_callbacks | ||
) |
Definition at line 229 of file imgui_impl_glfw.cpp.
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_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_IMPL_API void ImGui_ImplGlfw_NewFrame | ( | ) |
Definition at line 345 of file imgui_impl_glfw.cpp.
IMGUI_IMPL_API void ImGui_ImplGlfw_ScrollCallback | ( | GLFWwindow * | window, |
double | xoffset, | ||
double | yoffset | ||
) |
Definition at line 100 of file imgui_impl_glfw.cpp.
IMGUI_IMPL_API void ImGui_ImplGlfw_Shutdown | ( | ) |
Definition at line 234 of file imgui_impl_glfw.cpp.