Home
last modified time | relevance | path

Searched refs:glfwSetScrollCallback (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp284 bd->PrevUserCallbackScroll = glfwSetScrollCallback(window, ImGui_ImplGlfw_ScrollCallback); in ImGui_ImplGlfw_Init()
320 glfwSetScrollCallback(bd->Window, bd->PrevUserCallbackScroll); in ImGui_ImplGlfw_Shutdown()
/third_party/flutter/glfw/examples/
Dwave.c412 glfwSetScrollCallback(window, scroll_callback); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp184 g_PrevUserCallbackScroll = glfwSetScrollCallback(window, ImGui_ImplGlfw_ScrollCallback); in ImGui_ImplGlfw_Init()
/third_party/flutter/glfw/tests/
Devents.c586 glfwSetScrollCallback(slots[i].window, scroll_callback); in main()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3484 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3469 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3469 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/flutter/glfw/src/
Dinput.c522 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, in glfwSetScrollCallback() function
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc339 glfwSetScrollCallback(window, GLFWScrollCallback); in GLFWAssignEventCallbacks()
/third_party/flutter/glfw/docs/
Dmoving.dox466 | `glfwSetMouseWheelCallback` | @ref glfwSetScrollCallback | Accepts two-dimensional scroll offs…
Dinput.dox473 glfwSetScrollCallback(window, scroll_callback);