Searched refs:_glfwInputKey (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/src/ |
H A D | win32_window.c | 788 _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 D | x11_window.c | 1253 // 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 D | internal.h | 933 void _glfwInputKey(_GLFWwindow* window,
|
H A D | input.c | 272 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey() function
|
H A D | window.c | 60 _glfwInputKey(window, key, scancode, GLFW_RELEASE, 0); in _glfwInputWindowFocus()
|
H A D | wl_window.c | 1272 _glfwInputKey(_glfw.wl.keyboardFocus, in handleEvents() 1804 _glfwInputKey(window, key, scancode, action, _glfw.wl.xkb.modifiers); in keyboardHandleKey()
|
Completed in 17 milliseconds