Searched refs:KEY_Q (Results 1 – 24 of 24) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 29 KEY_Q, // The Q key enumerator
|
D | OSWindow.cpp | 85 case KEY_Q: in KeyName()
|
/third_party/libinput/test/ |
D | litest-device-yubikey.c | 51 EV_KEY, KEY_Q,
|
D | litest-device-keyboard-quirked.c | 54 EV_KEY, KEY_Q,
|
D | litest-device-keyboard.c | 51 EV_KEY, KEY_Q,
|
D | litest-device-acer-hawaii-keyboard.c | 51 EV_KEY, KEY_Q,
|
D | litest-device-keyboard-razer-blade-stealth-videoswitch.c | 55 EV_KEY, KEY_Q,
|
D | litest-device-apple-internal-keyboard.c | 51 EV_KEY, KEY_Q,
|
D | litest-device-waltop-tablet.c | 114 EV_KEY, KEY_Q,
|
D | litest-device-asus-rog-gladius.c | 57 EV_KEY, KEY_Q,
|
D | litest-device-keyboard-razer-blade-stealth.c | 57 EV_KEY, KEY_Q,
|
D | litest-device-keyboard-razer-blackwidow.c | 58 EV_KEY, KEY_Q,
|
D | litest-device-ms-surface-cover.c | 113 EV_KEY, KEY_Q,
|
/third_party/glfw/src/ |
D | mir_init.c | 53 _glfw.mir.publicKeys[KEY_Q] = GLFW_KEY_Q; in createKeyTables()
|
D | wl_init.c | 458 _glfw.wl.publicKeys[KEY_Q] = GLFW_KEY_Q; in createKeyTables()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 91 #define KEY_Q 16 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 91 #define KEY_Q 16 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 91 #define KEY_Q 16 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 103 #define KEY_Q 16 macro
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 200 return KEY_Q; in X11CodeToKey()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.cpp | 176 return KEY_Q; in VirtualKeyCodeToKey()
|
/third_party/libevdev/include/ |
D | event-names.h | 102 [KEY_Q] = "KEY_Q", 1433 { .name = "KEY_Q", .value = KEY_Q },
|
/third_party/skia/third_party/externals/angle2/util/osx/ |
D | OSXWindow.mm | 342 return KEY_Q;
|
/third_party/libinput/src/ |
D | evdev.c | 555 for (code = KEY_Q; code <= KEY_P; code++) { in evdev_tag_keyboard()
|