Home
last modified time | relevance | path

Searched refs:GLFWwindowcontentscalefun (Results 1 - 3 of 3) sorted by relevance

/third_party/glfw/include/GLFW/
H A Dglfw3.h1781 typedef void (* GLFWwindowcontentscalefun)(GLFWwindow* window, float xscale, float yscale); typedef
4484 * [function pointer type](@ref GLFWwindowcontentscalefun).
4497 GLFWAPI GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow* window, GLFWwindowcontentscalefun callback);
/third_party/glfw/src/
H A Dwindow.c1155 GLFWAPI GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow* handle, in glfwSetWindowContentScaleCallback()
1156 GLFWwindowcontentscalefun cbfun) in glfwSetWindowContentScaleCallback()
1163 _GLFW_SWAP(GLFWwindowcontentscalefun, window->callbacks.scale, cbfun); in glfwSetWindowContentScaleCallback()
H A Dinternal.h575 GLFWwindowcontentscalefun scale;

Completed in 11 milliseconds