Home
last modified time | relevance | path

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

/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1013 typedef void (* GLFWscrollfun)(GLFWwindow*,double,double); typedef
3484 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1006 typedef void (* GLFWscrollfun)(GLFWwindow*,double,double); typedef
3469 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1006 typedef void (* GLFWscrollfun)(GLFWwindow*,double,double); typedef
3469 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
/third_party/flutter/glfw/src/
Dinput.c522 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, in glfwSetScrollCallback()
523 GLFWscrollfun cbfun) in glfwSetScrollCallback()
Dinternal.h385 GLFWscrollfun scroll;
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp65 static GLFWscrollfun g_PrevUserCallbackScroll = NULL;
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp87 GLFWscrollfun PrevUserCallbackScroll;
/third_party/flutter/glfw/docs/
Dmoving.dox322 replaced by a [scroll callback](@ref GLFWscrollfun) that receives
478 | `GLFWmousewheelfun` | @ref GLFWscrollfun | |