Searched refs:BTN_TASK (Results 1 - 12 of 12) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-cyborg-rat-5.c | 42 EV_KEY, BTN_TASK,
|
H A D | litest-device-xen-virtual-pointer.c | 89 EV_KEY, BTN_TASK,
|
H A D | litest-device-vmware-virtual-usb-mouse.c | 89 EV_KEY, BTN_TASK,
|
H A D | test-tablet.c | 180 for (code = BTN_LEFT; code <= BTN_TASK; code++) { in START_TEST() 194 for (code = BTN_LEFT; code <= BTN_TASK; code++) { in START_TEST() 3222 for (code = BTN_LEFT; code <= BTN_TASK; code++) { in START_TEST()
|
H A D | test-pointer.c | 3751 struct range buttons = {BTN_LEFT, BTN_TASK + 1}; in TEST_COLLECTION()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 375 #define BTN_TASK 0x117 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 362 #define BTN_TASK 0x117 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 362 #define BTN_TASK 0x117 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 363 #define BTN_TASK 0x117 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 607 [BTN_TASK] = "BTN_TASK", 984 { .name = "BTN_TASK", .value = BTN_TASK },
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 773 case BTN_TASK: in tablet_update_button()
|
H A D | evdev.c | 820 for (code = BTN_SIDE; code <= BTN_TASK; code++) { in evdev_scroll_get_default_button()
|
Completed in 30 milliseconds