Searched refs:BTN_1 (Results 1 - 17 of 17) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-wacom-mobilestudio-pro-pad.c | 82 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-intuos5-pad.c | 81 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-cintiq-24hdt-pad.c | 97 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-ekr.c | 81 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-intuos3-pad.c | 81 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-cintiq-13hdt-pad.c | 81 EV_KEY, BTN_1,
|
H A D | litest-device-touchpad-palm-threshold-zero.c | 88 EV_KEY, BTN_1,
|
H A D | litest-device-synaptics-x1-carbon-3rd.c | 88 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-intuos5-pen.c | 116 EV_KEY, BTN_1,
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 118 EV_KEY, BTN_1,
|
H A D | test-touchpad.c | 3378 { BTN_1, BTN_RIGHT }, in START_TEST() 3478 litest_button_click_debounced(touchpad, li, BTN_1, true); in START_TEST() 3481 litest_button_click_debounced(touchpad, li, BTN_1, false); in START_TEST() 3498 litest_button_click_debounced(touchpad, li, BTN_1, true); in START_TEST() 3499 litest_button_click_debounced(touchpad, li, BTN_1, false); in START_TEST() 3554 litest_button_click_debounced(touchpad, li, BTN_1, true); in START_TEST() 3577 litest_button_click_debounced(touchpad, li, BTN_1, false); in START_TEST() 3618 litest_button_click(touchpad, BTN_1, true); /* right */ in START_TEST() 3619 litest_button_click(touchpad, BTN_1, false); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 357 #define BTN_1 0x101 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 344 #define BTN_1 0x101 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 344 #define BTN_1 0x101 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 345 #define BTN_1 0x101 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 591 [BTN_1] = "BTN_1", 942 { .name = "BTN_1", .value = BTN_1 },
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 739 case BTN_1: in tp_process_trackpoint_button() 781 case BTN_1: in tp_process_key()
|
Completed in 28 milliseconds