Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER (Results 1 – 9 of 9) sorted by relevance

/third_party/libevdev/test/
Dtest-event-names.c82 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER), "BTN_TRIGGER"); in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h365 #define BTN_TRIGGER 0x120 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h379 #define BTN_TRIGGER 0x120 macro
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c357 if (test_bit(BTN_TRIGGER, bitmask_key) || in guess_device_class()
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h365 #define BTN_TRIGGER 0x120 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h366 #define BTN_TRIGGER 0x120 macro
/third_party/libevdev/include/
Devent-names.h592 [BTN_TRIGGER] = "BTN_TRIGGER",
990 { .name = "BTN_TRIGGER", .value = BTN_TRIGGER },
/third_party/libinput/test/
Dtest-device.c1118 EV_KEY, BTN_TRIGGER, in START_TEST()
/third_party/libevdev/
Dthird_party_libevdev.diff26156 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER), "BTN_TRIGGER");
26171 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_JOYSTICK), "BTN_TRIGGER");