Searched refs:BTN_SIDE (Results 1 - 18 of 18) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-logitech-trackball.c | 39 EV_KEY, BTN_SIDE,
|
H A D | litest-device-cyborg-rat-5.c | 39 EV_KEY, BTN_SIDE,
|
H A D | litest-device-ms-nano-transceiver-mouse.c | 39 EV_KEY, BTN_SIDE,
|
H A D | litest-device-xen-virtual-pointer.c | 85 EV_KEY, BTN_SIDE,
|
H A D | litest-device-vmware-virtual-usb-mouse.c | 85 EV_KEY, BTN_SIDE,
|
H A D | litest-device-mouse-roccat.c | 109 EV_KEY, BTN_SIDE,
|
H A D | litest-device-wacom-intuos5-pen.c | 127 EV_KEY, BTN_SIDE,
|
H A D | litest-device-waltop-tablet.c | 211 EV_KEY, BTN_SIDE,
|
H A D | litest-device-ms-surface-cover.c | 292 EV_KEY, BTN_SIDE,
|
H A D | test-pointer.c | 423 { .code = BTN_SIDE, }, in START_TEST() 2134 ck_assert_int_eq(button, BTN_SIDE); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 371 #define BTN_SIDE 0x113 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 358 #define BTN_SIDE 0x113 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 358 #define BTN_SIDE 0x113 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 359 #define BTN_SIDE 0x113 macro
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 637 if (libinput_tablet_tool_has_button(tool, BTN_SIDE)) in print_proximity_event()
|
/third_party/libevdev/include/ |
H A D | event-names.h | 603 [BTN_SIDE] = "BTN_SIDE", 978 { .name = "BTN_SIDE", .value = BTN_SIDE },
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 769 case BTN_SIDE: in tablet_update_button() 1066 copy_button_cap(tablet, tool, BTN_SIDE); in tool_set_bits()
|
H A D | evdev.c | 820 for (code = BTN_SIDE; code <= BTN_TASK; code++) { in evdev_scroll_get_default_button()
|
Completed in 28 milliseconds