Home
last modified time | relevance | path

Searched refs:KEY_TOUCHPAD_TOGGLE (Results 1 – 7 of 7) sorted by relevance

/third_party/libevdev/test/
Dtest-event-names.c86 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, KEY_TOUCHPAD_TOGGLE), "KEY_TOUCHPAD_TOGGLE"); in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h577 #define KEY_TOUCHPAD_TOGGLE 0x212 /* Request switch touchpad on or off */ macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h582 #define KEY_TOUCHPAD_TOGGLE 0x212 /* Request switch touchpad on or off */ macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h577 #define KEY_TOUCHPAD_TOGGLE 0x212 /* Request switch touchpad on or off */ macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h594 #define KEY_TOUCHPAD_TOGGLE 0x212 /* Request switch touchpad on or off */ macro
/third_party/libevdev/include/
Devent-names.h477 [KEY_TOUCHPAD_TOGGLE] = "KEY_TOUCHPAD_TOGGLE",
1502 { .name = "KEY_TOUCHPAD_TOGGLE", .value = KEY_TOUCHPAD_TOGGLE },
/third_party/libevdev/
Dthird_party_libevdev.diff26180 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, KEY_TOUCHPAD_TOGGLE), "KEY_TOUCHPAD_TOGGLE"…