Home
last modified time | relevance | path

Searched refs:install_callbacks (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp19 // 2021-08-17: *BREAKING CHANGE*: Now using glfwSetWindowFocusCallback() to calling io.AddFocusEvent(). If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetWindowFocusCallback() and forward it to the backend via ImGui_ImplGlfw_WindowFocusCallback().
20 // 2021-07-29: *BREAKING CHANGE*: Now using glfwSetCursorEnterCallback(). MousePos is correctly reported when the host platform window is hovered but not focused. If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetWindowFocusCallback() callback and forward it to the backend via ImGui_ImplGlfw_CursorEnterCallback().
99 // (passing install_callbacks=false in ImGui_ImplGlfw_InitXXX functions), set the current dear imgui context and then call our callbacks.
202 static bool ImGui_ImplGlfw_Init(GLFWwindow* window, bool install_callbacks, GlfwClientApi client_api) in ImGui_ImplGlfw_Init() argument
278 if (install_callbacks) in ImGui_ImplGlfw_Init()
294 bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks) in ImGui_ImplGlfw_InitForOpenGL() argument
296 return ImGui_ImplGlfw_Init(window, install_callbacks, GlfwClientApi_OpenGL); in ImGui_ImplGlfw_InitForOpenGL()
299 bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window, bool install_callbacks) in ImGui_ImplGlfw_InitForVulkan() argument
301 return ImGui_ImplGlfw_Init(window, install_callbacks, GlfwClientApi_Vulkan); in ImGui_ImplGlfw_InitForVulkan()
304 bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window, bool install_callbacks) in ImGui_ImplGlfw_InitForOther() argument
[all...]
H A Dimgui_impl_marmalade.cpp220 bool ImGui_Marmalade_Init(bool install_callbacks) in ImGui_Marmalade_Init() argument
252 if (install_callbacks) in ImGui_Marmalade_Init()
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp179 bool ImGui_ImplGtk3_Init(GtkWidget* gl_area, bool install_callbacks) in ImGui_ImplGtk3_Init() argument
188 if (install_callbacks) { in ImGui_ImplGtk3_Init()

Completed in 2 milliseconds