
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 118 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL | ( | GLFWwindow * | window, |
| bool | install_callbacks | ||
| ) |
Definition at line 195 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForVulkan | ( | GLFWwindow * | window, |
| bool | install_callbacks | ||
| ) |
Definition at line 200 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 100 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API void ImGui_ImplGlfw_MouseButtonCallback | ( | GLFWwindow * | window, |
| int | button, | ||
| int | action, | ||
| int | mods | ||
| ) |
Definition at line 81 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API void ImGui_ImplGlfw_NewFrame | ( | ) |
Definition at line 270 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API void ImGui_ImplGlfw_ScrollCallback | ( | GLFWwindow * | window, |
| double | xoffset, | ||
| double | yoffset | ||
| ) |
Definition at line 90 of file imgui_impl_glfw.cpp.
| IMGUI_IMPL_API void ImGui_ImplGlfw_Shutdown | ( | ) |
Definition at line 205 of file imgui_impl_glfw.cpp.