Home
last modified time | relevance | path

Searched refs:glfwSetWindowFocusCallback (Results 1 – 9 of 9) sorted by relevance

/third_party/glfw/tests/
Diconify.c267 glfwSetWindowFocusCallback(windows[i], window_focus_callback); in main()
Devents.c581 glfwSetWindowFocusCallback(slots[i].window, window_focus_callback); in main()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp281 …bd->PrevUserCallbackWindowFocus = glfwSetWindowFocusCallback(window, ImGui_ImplGlfw_WindowFocusCal… in ImGui_ImplGlfw_Init()
317 glfwSetWindowFocusCallback(bd->Window, bd->PrevUserCallbackWindowFocus); in ImGui_ImplGlfw_Shutdown()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2662 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
/third_party/glfw/include/GLFW/
Dglfw3.h2680 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
/third_party/glfw/src/
Dwindow.c833 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, in glfwSetWindowFocusCallback() function
/third_party/glfw/docs/
Dnews.dox323 glfwSetWindowFocusCallback.
Dwindow.dox816 glfwSetWindowFocusCallback(window, window_focus_callback);
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt155 - Backends: GLFW: backend now uses glfwSetWindowFocusCallback(). (#4388) [@thedmd]
160 - Register glfwSetWindowFocusCallback, forward events to ImGui_ImplGlfw_WindowFocusCallback().