Home
last modified time | relevance | path

Searched refs:GLFWdropfun (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1082 typedef void (* GLFWdropfun)(GLFWwindow*,int,const char**); typedef
3497 GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* window, GLFWdropfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1970 typedef void (* GLFWdropfun)(GLFWwindow* window, int path_count, const char* paths[]); typedef
5454 * [function pointer type](@ref GLFWdropfun).
5466 GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* window, GLFWdropfun callback);
/third_party/glfw/src/
H A Dinput.c1037 GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun cbfun) in glfwSetDropCallback()
1044 _GLFW_SWAP(GLFWdropfun, window->callbacks.drop, cbfun); in glfwSetDropCallback()
H A Dinternal.h583 GLFWdropfun drop;

Completed in 17 milliseconds