Home
last modified time | relevance | path

Searched refs:_glfwInputKey (Results 1 – 8 of 8) sorted by relevance

/third_party/glfw/src/
Dwin32_window.c557 _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()
Dinternal.h871 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods);
Dinput.c42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey() function
Dx11_window.c1002 _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()
Dcocoa_window.m552 _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);
Dmir_window.c153 _glfwInputKey(window, toGLFWKeyCode(scan_code), scan_code, pressed, mods); in handleKeyEvent()
Dwl_init.c282 _glfwInputKey(window, keyCode, key, action, in keyboardHandleKey()
Dwindow.c59 _glfwInputKey(window, i, 0, GLFW_RELEASE, 0); in _glfwInputWindowFocus()