Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dwin32_window.c788 _glfwInputKey(window, GLFW_KEY_LEFT_SHIFT, scancode, action, mods); in windowProc()
789 _glfwInputKey(window, GLFW_KEY_RIGHT_SHIFT, scancode, action, mods); in windowProc()
794 _glfwInputKey(window, key, scancode, GLFW_PRESS, mods); in windowProc()
795 _glfwInputKey(window, key, scancode, GLFW_RELEASE, mods); in windowProc()
798 _glfwInputKey(window, key, scancode, action, mods); in windowProc()
2163 _glfwInputKey(window, key, scancode, GLFW_RELEASE, getKeyMods()); in _glfwPollEventsWin32()
H A Dx11_window.c1253 // the GLFW key repeat logic in _glfwInputKey in processEvent()
1262 _glfwInputKey(window, key, keycode, GLFW_PRESS, mods); in processEvent()
1305 _glfwInputKey(window, key, keycode, GLFW_PRESS, mods); in processEvent()
1324 // The key repeat logic in _glfwInputKey expects only key in processEvent()
1352 _glfwInputKey(window, key, keycode, GLFW_RELEASE, mods); in processEvent()
H A Dinternal.h933 void _glfwInputKey(_GLFWwindow* window,
H A Dinput.c272 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey() function
H A Dwindow.c60 _glfwInputKey(window, key, scancode, GLFW_RELEASE, 0); in _glfwInputWindowFocus()
H A Dwl_window.c1272 _glfwInputKey(_glfw.wl.keyboardFocus, in handleEvents()
1804 _glfwInputKey(window, key, scancode, action, _glfw.wl.xkb.modifiers); in keyboardHandleKey()

Completed in 17 milliseconds