Home
last modified time | relevance | path

Searched refs:glfwSetCursorEnterCallback (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp282 …bd->PrevUserCallbackCursorEnter = glfwSetCursorEnterCallback(window, ImGui_ImplGlfw_CursorEnterCal… in ImGui_ImplGlfw_Init()
318 glfwSetCursorEnterCallback(bd->Window, bd->PrevUserCallbackCursorEnter); in ImGui_ImplGlfw_Shutdown()
/third_party/glfw/tests/
Devents.c585 glfwSetCursorEnterCallback(slots[i].window, cursor_enter_callback); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3442 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
/third_party/glfw/include/GLFW/
Dglfw3.h3457 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
/third_party/glfw/src/
Dinput.c511 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, in glfwSetCursorEnterCallback() function
/third_party/glfw/docs/
Dnews.dox329 client area, which is set with @ref glfwSetCursorEnterCallback.
Dinput.dox391 glfwSetCursorEnterCallback(window, cursor_enter_callback);
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt154 - Backends: GLFW: backend now uses glfwSetCursorEnterCallback(). (#3751, #4377, #2445)
159 - Register glfwSetCursorEnterCallback, forward events to ImGui_ImplGlfw_CursorEnterCallback().
233 …(backend now uses glfwSetCursorEnterCallback(). If you called ImGui_ImplGlfw_InitXXX with install_…