Home
last modified time | relevance | path

Searched refs:BTN_EXTRA (Results 1 – 19 of 19) sorted by relevance

/third_party/libinput/test/
Dlitest-device-logitech-trackball.c40 EV_KEY, BTN_EXTRA,
Dlitest-device-ms-nano-transceiver-mouse.c40 EV_KEY, BTN_EXTRA,
Dlitest-device-cyborg-rat-5.c40 EV_KEY, BTN_EXTRA,
Dlitest-device-xen-virtual-pointer.c86 EV_KEY, BTN_EXTRA,
Dlitest-device-vmware-virtual-usb-mouse.c86 EV_KEY, BTN_EXTRA,
Dlitest-device-wacom-intuos5-pen.c128 EV_KEY, BTN_EXTRA,
Dlitest-device-mouse-roccat.c110 EV_KEY, BTN_EXTRA,
Dlitest-device-waltop-tablet.c212 EV_KEY, BTN_EXTRA,
Dlitest-device-ms-surface-cover.c293 EV_KEY, BTN_EXTRA,
Dtest-pointer.c421 { .code = BTN_EXTRA, }, in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h359 #define BTN_EXTRA 0x114 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h360 #define BTN_EXTRA 0x114 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h359 #define BTN_EXTRA 0x114 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h372 #define BTN_EXTRA 0x114 macro
/third_party/libinput/tools/
Dlibinput-debug-events.c631 if (libinput_tablet_tool_has_button(tool, BTN_EXTRA)) in print_proximity_event()
/third_party/libevdev/include/
Devent-names.h588 [BTN_EXTRA] = "BTN_EXTRA",
950 { .name = "BTN_EXTRA", .value = BTN_EXTRA },
/third_party/libinput/src/
Devdev-tablet.c763 case BTN_EXTRA: in tablet_update_button()
1060 copy_button_cap(tablet, tool, BTN_EXTRA); in tool_set_bits()
/third_party/libevdev/test/
Dtest-libevdev-events.c1503 ck_assert_int_eq(libevdev_get_event_value(dev, EV_KEY, BTN_EXTRA), 0); in START_TEST()
1508 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_EXTRA, &value), 0); in START_TEST()
/third_party/libevdev/
Dthird_party_libevdev.diff28421 + ck_assert_int_eq(libevdev_get_event_value(dev, EV_KEY, BTN_EXTRA), 0);
28426 + ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_EXTRA, &value), 0);