Searched refs:BTN_TRIGGER (Results 1 – 9 of 9) sorted by relevance
/third_party/libevdev/test/ |
D | test-event-names.c | 82 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER), "BTN_TRIGGER"); in START_TEST()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 365 #define BTN_TRIGGER 0x120 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 379 #define BTN_TRIGGER 0x120 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.c | 357 if (test_bit(BTN_TRIGGER, bitmask_key) || in guess_device_class()
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 365 #define BTN_TRIGGER 0x120 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 366 #define BTN_TRIGGER 0x120 macro
|
/third_party/libevdev/include/ |
D | event-names.h | 592 [BTN_TRIGGER] = "BTN_TRIGGER", 990 { .name = "BTN_TRIGGER", .value = BTN_TRIGGER },
|
/third_party/libinput/test/ |
D | test-device.c | 1118 EV_KEY, BTN_TRIGGER, in START_TEST()
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 26156 + 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");
|