Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h829 typedef void (* GLFWwindowposfun)(GLFWwindow*,int,int); typedef
2547 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1614 typedef void (* GLFWwindowposfun)(GLFWwindow* window, int xpos, int ypos); typedef
4218 * [function pointer type](@ref GLFWwindowposfun).
4233 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun callback);
/third_party/glfw/src/
H A Dwindow.c1059 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, in glfwSetWindowPosCallback()
1060 GLFWwindowposfun cbfun) in glfwSetWindowPosCallback()
1067 _GLFW_SWAP(GLFWwindowposfun, window->callbacks.pos, cbfun); in glfwSetWindowPosCallback()
H A Dinternal.h567 GLFWwindowposfun pos;

Completed in 16 milliseconds