Searched refs:BTN_SIDE (Results 1 – 19 of 19) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-logitech-trackball.c | 39 EV_KEY, BTN_SIDE,
|
D | litest-device-ms-nano-transceiver-mouse.c | 39 EV_KEY, BTN_SIDE,
|
D | litest-device-cyborg-rat-5.c | 39 EV_KEY, BTN_SIDE,
|
D | litest-device-xen-virtual-pointer.c | 85 EV_KEY, BTN_SIDE,
|
D | litest-device-vmware-virtual-usb-mouse.c | 85 EV_KEY, BTN_SIDE,
|
D | litest-device-wacom-intuos5-pen.c | 127 EV_KEY, BTN_SIDE,
|
D | litest-device-mouse-roccat.c | 109 EV_KEY, BTN_SIDE,
|
D | litest-device-waltop-tablet.c | 211 EV_KEY, BTN_SIDE,
|
D | litest-device-ms-surface-cover.c | 292 EV_KEY, BTN_SIDE,
|
D | test-pointer.c | 422 { .code = BTN_SIDE, }, in START_TEST() 1967 ck_assert_int_eq(button, BTN_SIDE); in START_TEST()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 358 #define BTN_SIDE 0x113 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 372 #define BTN_SIDE 0x113 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 358 #define BTN_SIDE 0x113 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 359 #define BTN_SIDE 0x113 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandevents.c | 202 case BTN_SIDE: in pointer_handle_button_common()
|
/third_party/libevdev/include/ |
D | event-names.h | 587 [BTN_SIDE] = "BTN_SIDE", 960 { .name = "BTN_SIDE", .value = BTN_SIDE },
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 629 if (libinput_tablet_tool_has_button(tool, BTN_SIDE)) in print_proximity_event()
|
/third_party/libinput/src/ |
D | evdev-tablet.c | 762 case BTN_SIDE: in tablet_update_button() 1059 copy_button_cap(tablet, tool, BTN_SIDE); in tool_set_bits()
|
D | evdev.c | 802 for (code = BTN_SIDE; code <= BTN_TASK; code++) { in evdev_scroll_get_default_button()
|