Searched refs:GLFWscrollfun (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 1013 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/ |
D | glfw3.h | 1006 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/ |
D | glfw3.h | 1006 typedef void (* GLFWscrollfun)(GLFWwindow*,double,double); typedef 3469 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun);
|
/third_party/flutter/glfw/src/ |
D | input.c | 522 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, in glfwSetScrollCallback() 523 GLFWscrollfun cbfun) in glfwSetScrollCallback()
|
D | internal.h | 385 GLFWscrollfun scroll;
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_glfw.cpp | 65 static GLFWscrollfun g_PrevUserCallbackScroll = NULL;
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glfw.cpp | 87 GLFWscrollfun PrevUserCallbackScroll;
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 322 replaced by a [scroll callback](@ref GLFWscrollfun) that receives 478 | `GLFWmousewheelfun` | @ref GLFWscrollfun | |
|