Home
last modified time | relevance | path

Searched refs:KEY_Q (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h29 KEY_Q, // The Q key enumerator
DOSWindow.cpp85 case KEY_Q: in KeyName()
/third_party/libinput/test/
Dlitest-device-yubikey.c51 EV_KEY, KEY_Q,
Dlitest-device-keyboard-quirked.c54 EV_KEY, KEY_Q,
Dlitest-device-keyboard.c51 EV_KEY, KEY_Q,
Dlitest-device-acer-hawaii-keyboard.c51 EV_KEY, KEY_Q,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c55 EV_KEY, KEY_Q,
Dlitest-device-apple-internal-keyboard.c51 EV_KEY, KEY_Q,
Dlitest-device-waltop-tablet.c114 EV_KEY, KEY_Q,
Dlitest-device-asus-rog-gladius.c57 EV_KEY, KEY_Q,
Dlitest-device-keyboard-razer-blade-stealth.c57 EV_KEY, KEY_Q,
Dlitest-device-keyboard-razer-blackwidow.c58 EV_KEY, KEY_Q,
Dlitest-device-ms-surface-cover.c113 EV_KEY, KEY_Q,
/third_party/glfw/src/
Dmir_init.c53 _glfw.mir.publicKeys[KEY_Q] = GLFW_KEY_Q; in createKeyTables()
Dwl_init.c458 _glfw.wl.publicKeys[KEY_Q] = GLFW_KEY_Q; in createKeyTables()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h91 #define KEY_Q 16 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h91 #define KEY_Q 16 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h91 #define KEY_Q 16 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h103 #define KEY_Q 16 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp200 return KEY_Q; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp176 return KEY_Q; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h102 [KEY_Q] = "KEY_Q",
1433 { .name = "KEY_Q", .value = KEY_Q },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm342 return KEY_Q;
/third_party/libinput/src/
Devdev.c555 for (code = KEY_Q; code <= KEY_P; code++) { in evdev_tag_keyboard()