Home
last modified time | relevance | path

Searched refs:KEY_1 (Results 1 – 21 of 21) sorted by relevance

/third_party/libinput/test/
Dlitest-device-yubikey.c37 EV_KEY, KEY_1,
Dlitest-device-keyboard.c37 EV_KEY, KEY_1,
Dlitest-device-acer-hawaii-keyboard.c37 EV_KEY, KEY_1,
Dlitest-device-keyboard-quirked.c40 EV_KEY, KEY_1,
Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c41 EV_KEY, KEY_1,
Dlitest-device-apple-internal-keyboard.c37 EV_KEY, KEY_1,
Dlitest-device-waltop-tablet.c100 EV_KEY, KEY_1,
Dlitest-device-asus-rog-gladius.c43 EV_KEY, KEY_1,
Dlitest-device-keyboard-razer-blade-stealth.c43 EV_KEY, KEY_1,
Dlitest-device-keyboard-razer-blackwidow.c44 EV_KEY, KEY_1,
Dlitest-device-ms-surface-cover.c99 EV_KEY, KEY_1,
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c164 keymap[KEY_1] = SDLK_1; in PSP_InitOSKeymap()
/third_party/libevdev/test/
Dtest-event-names.c76 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, KEY_1), "KEY_1"); in START_TEST()
/third_party/flutter/glfw/src/
Dmir_init.c41 _glfw.mir.publicKeys[KEY_1] = GLFW_KEY_1; in createKeyTables()
Dwl_init.c446 _glfw.wl.publicKeys[KEY_1] = GLFW_KEY_1; in createKeyTables()
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h91 #define KEY_1 2 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h77 #define KEY_1 2 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h77 #define KEY_1 2 macro
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h77 #define KEY_1 2 macro
/third_party/libevdev/include/
Devent-names.h88 [KEY_1] = "KEY_1",
1055 { .name = "KEY_1", .value = KEY_1 },
/third_party/libevdev/
Dthird_party_libevdev.diff26150 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, KEY_1), "KEY_1");