Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1065 typedef void (* GLFWcharmodsfun)(GLFWwindow*,unsigned int,int); typedef
3363 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmodsfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1946 typedef void (* GLFWcharmodsfun)(GLFWwindow* window, unsigned int codepoint, int mods); typedef
5278 * [function pointer type](@ref GLFWcharmodsfun).
5292 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmodsfun callback);
/third_party/glfw/src/
H A Dinput.c978 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFWcharmodsfun cbfun) in glfwSetCharModsCallback()
985 _GLFW_SWAP(GLFWcharmodsfun, window->callbacks.charmods, cbfun); in glfwSetCharModsCallback()
H A Dinternal.h582 GLFWcharmodsfun charmods;

Completed in 16 milliseconds