Home
last modified time | relevance | path

Searched refs:GLFWwindowfocusfun (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h896 typedef void (* GLFWwindowfocusfun)(GLFWwindow*,int); typedef
2662 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1697 typedef void (* GLFWwindowfocusfun)(GLFWwindow* window, int focused); typedef
4364 * [function pointer type](@ref GLFWwindowfocusfun).
4376 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun callback);
/third_party/glfw/src/
H A Dwindow.c1107 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, in glfwSetWindowFocusCallback()
1108 GLFWwindowfocusfun cbfun) in glfwSetWindowFocusCallback()
1115 _GLFW_SWAP(GLFWwindowfocusfun, window->callbacks.focus, cbfun); in glfwSetWindowFocusCallback()
H A Dinternal.h571 GLFWwindowfocusfun focus;
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp84 GLFWwindowfocusfun PrevUserCallbackWindowFocus;

Completed in 17 milliseconds