Searched refs:glfwSetCursorEnterCallback (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 282 …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/ |
D | events.c | 585 glfwSetCursorEnterCallback(slots[i].window, cursor_enter_callback); in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3442 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
|
/third_party/glfw/include/GLFW/ |
D | glfw3.h | 3457 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
|
/third_party/glfw/src/ |
D | input.c | 511 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, in glfwSetCursorEnterCallback() function
|
/third_party/glfw/docs/ |
D | news.dox | 329 client area, which is set with @ref glfwSetCursorEnterCallback.
|
D | input.dox | 391 glfwSetCursorEnterCallback(window, cursor_enter_callback);
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 154 - 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_…
|