Searched refs:_glfwInputKey (Results 1 – 8 of 8) sorted by relevance
/third_party/glfw/src/ |
D | win32_window.c | 557 _glfwInputKey(window, GLFW_KEY_LEFT_SHIFT, scancode, action, mods); in windowProc() 558 _glfwInputKey(window, GLFW_KEY_RIGHT_SHIFT, scancode, action, mods); in windowProc() 563 _glfwInputKey(window, key, scancode, GLFW_PRESS, mods); in windowProc() 564 _glfwInputKey(window, key, scancode, GLFW_RELEASE, mods); in windowProc() 567 _glfwInputKey(window, key, scancode, action, mods); in windowProc() 1396 _glfwInputKey(window, GLFW_KEY_LEFT_SHIFT, 0, GLFW_RELEASE, mods); in _glfwPlatformPollEvents() 1399 _glfwInputKey(window, GLFW_KEY_RIGHT_SHIFT, 0, GLFW_RELEASE, mods); in _glfwPlatformPollEvents()
|
D | internal.h | 871 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods);
|
D | input.c | 42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey() function
|
D | x11_window.c | 1002 _glfwInputKey(window, key, keycode, GLFW_PRESS, mods); in processEvent() 1072 _glfwInputKey(window, key, keycode, GLFW_PRESS, mods); in processEvent() 1119 _glfwInputKey(window, key, keycode, GLFW_RELEASE, mods); in processEvent()
|
D | cocoa_window.m | 552 _glfwInputKey(window, key, [event keyCode], GLFW_PRESS, mods); 576 _glfwInputKey(window, key, [event keyCode], action, mods); 583 _glfwInputKey(window, key, [event keyCode], GLFW_RELEASE, mods);
|
D | mir_window.c | 153 _glfwInputKey(window, toGLFWKeyCode(scan_code), scan_code, pressed, mods); in handleKeyEvent()
|
D | wl_init.c | 282 _glfwInputKey(window, keyCode, key, action, in keyboardHandleKey()
|
D | window.c | 59 _glfwInputKey(window, i, 0, GLFW_RELEASE, 0); in _glfwInputWindowFocus()
|