Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dwin32_window.c409 static int getKeyMods(void) in getKeyMods() function
684 _glfwInputChar(window, codepoint, getKeyMods(), uMsg != WM_SYSCHAR); in windowProc()
703 _glfwInputChar(window, (uint32_t) wParam, getKeyMods(), GLFW_TRUE); in windowProc()
714 const int mods = getKeyMods(); in windowProc()
842 _glfwInputMouseClick(window, button, action, getKeyMods()); in windowProc()
2163 _glfwInputKey(window, key, scancode, GLFW_RELEASE, getKeyMods()); in _glfwPollEventsWin32()

Completed in 4 milliseconds