Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp20 // 2021-07-29: *BREAKING CHANGE*: Now using glfwSetCursorEnterCallback(). MousePos is correctly reported when the host platform window is hovered but not focused. If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetWindowFocusCallback() callback and forward it to the backend via ImGui_ImplGlfw_CursorEnterCallback().
282 bd->PrevUserCallbackCursorEnter = glfwSetCursorEnterCallback(window, ImGui_ImplGlfw_CursorEnterCallback); in ImGui_ImplGlfw_Init()
318 glfwSetCursorEnterCallback(bd->Window, bd->PrevUserCallbackCursorEnter); in ImGui_ImplGlfw_Shutdown()
/third_party/glfw/tests/
H A Devents.c648 glfwSetCursorEnterCallback(slots[i].window, cursor_enter_callback); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h983 * @sa glfwSetCursorEnterCallback
3442 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1845 * @sa @ref glfwSetCursorEnterCallback
5397 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun callback);
/third_party/glfw/src/
H A Dinput.c1013 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, in glfwSetCursorEnterCallback() function

Completed in 16 milliseconds