Home
last modified time | relevance | path

Searched refs:KEY_SPACE (Results 1 – 23 of 23) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dcurskey.h7 #define KEY_SPACE ' ' macro
Dcurskey.c30 { "SPACE", KEY_SPACE },
/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h70 KEY_SPACE, // The space key enumerator
DOSWindow.cpp167 case KEY_SPACE: in KeyName()
/third_party/libinput/test/
Dlitest-device-yubikey.c92 EV_KEY, KEY_SPACE,
Dlitest-device-keyboard-quirked.c95 EV_KEY, KEY_SPACE,
Dlitest-device-keyboard.c92 EV_KEY, KEY_SPACE,
Dlitest-device-acer-hawaii-keyboard.c92 EV_KEY, KEY_SPACE,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c96 EV_KEY, KEY_SPACE,
Dlitest-device-apple-internal-keyboard.c92 EV_KEY, KEY_SPACE,
Dlitest-device-waltop-tablet.c155 EV_KEY, KEY_SPACE,
Dlitest-device-asus-rog-gladius.c98 EV_KEY, KEY_SPACE,
Dlitest-device-keyboard-razer-blade-stealth.c98 EV_KEY, KEY_SPACE,
Dlitest-device-keyboard-razer-blackwidow.c99 EV_KEY, KEY_SPACE,
Dlitest-device-ms-surface-cover.c154 EV_KEY, KEY_SPACE,
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h132 #define KEY_SPACE 57 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h132 #define KEY_SPACE 57 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h132 #define KEY_SPACE 57 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h144 #define KEY_SPACE 57 macro
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp76 return KEY_SPACE; in X11CodeToKey()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp68 return KEY_SPACE; in VirtualKeyCodeToKey()
/third_party/libevdev/include/
Devent-names.h143 [KEY_SPACE] = "KEY_SPACE",
1481 { .name = "KEY_SPACE", .value = KEY_SPACE },
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm220 return KEY_SPACE;