Searched refs:BTN_2 (Results 1 - 17 of 17) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-wacom-mobilestudio-pro-pad.c | 83 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-intuos5-pad.c | 82 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-cintiq-24hdt-pad.c | 98 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-ekr.c | 82 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-intuos3-pad.c | 82 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-cintiq-13hdt-pad.c | 82 EV_KEY, BTN_2,
|
H A D | litest-device-touchpad-palm-threshold-zero.c | 89 EV_KEY, BTN_2,
|
H A D | litest-device-synaptics-x1-carbon-3rd.c | 89 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-intuos5-pen.c | 117 EV_KEY, BTN_2,
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 119 EV_KEY, BTN_2,
|
H A D | test-touchpad.c | 3379 { BTN_2, BTN_MIDDLE }, in START_TEST() 3416 litest_button_click(touchpad, BTN_2, true); /* middle */ in START_TEST() 3428 litest_button_click(touchpad, BTN_2, false); in START_TEST() 3452 litest_button_click_debounced(touchpad, li, BTN_2, true); /* middle */ in START_TEST() 3453 litest_button_click_debounced(touchpad, li, BTN_2, false); in START_TEST() 3622 litest_button_click(touchpad, BTN_2, true); /* middle */ in START_TEST() 3623 litest_button_click(touchpad, BTN_2, false); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 358 #define BTN_2 0x102 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 345 #define BTN_2 0x102 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 345 #define BTN_2 0x102 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 346 #define BTN_2 0x102 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 592 [BTN_2] = "BTN_2", 943 { .name = "BTN_2", .value = BTN_2 },
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 742 case BTN_2: in tp_process_trackpoint_button() 782 case BTN_2: in tp_process_key()
|
Completed in 27 milliseconds