Searched refs:charmods (Results 1 – 2 of 2) sorted by relevance
72 if (window->callbacks.charmods) in _glfwInputChar()73 window->callbacks.charmods((GLFWwindow*) window, codepoint, mods); in _glfwInputChar()485 _GLFW_SWAP_POINTERS(window->callbacks.charmods, cbfun); in glfwSetCharModsCallback()
388 GLFWcharmodsfun charmods; member