Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h989 typedef void (* GLFWcursorenterfun)(GLFWwindow*,int); typedef
3442 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1851 typedef void (* GLFWcursorenterfun)(GLFWwindow* window, int entered); typedef
5385 * [function pointer type](@ref GLFWcursorenterfun).
5397 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun callback);
/third_party/glfw/src/
H A Dinput.c1013 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, in glfwSetCursorEnterCallback()
1014 GLFWcursorenterfun cbfun) in glfwSetCursorEnterCallback()
1021 _GLFW_SWAP(GLFWcursorenterfun, window->callbacks.cursorEnter, cbfun); in glfwSetCursorEnterCallback()
H A Dinternal.h578 GLFWcursorenterfun cursorEnter;
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp85 GLFWcursorenterfun PrevUserCallbackCursorEnter;

Completed in 17 milliseconds