Home
last modified time | relevance | path

Searched refs:BTN_SIDE (Results 1 – 19 of 19) sorted by relevance

/third_party/libinput/test/
Dlitest-device-logitech-trackball.c39 EV_KEY, BTN_SIDE,
Dlitest-device-ms-nano-transceiver-mouse.c39 EV_KEY, BTN_SIDE,
Dlitest-device-cyborg-rat-5.c39 EV_KEY, BTN_SIDE,
Dlitest-device-xen-virtual-pointer.c85 EV_KEY, BTN_SIDE,
Dlitest-device-vmware-virtual-usb-mouse.c85 EV_KEY, BTN_SIDE,
Dlitest-device-wacom-intuos5-pen.c127 EV_KEY, BTN_SIDE,
Dlitest-device-mouse-roccat.c109 EV_KEY, BTN_SIDE,
Dlitest-device-waltop-tablet.c211 EV_KEY, BTN_SIDE,
Dlitest-device-ms-surface-cover.c292 EV_KEY, BTN_SIDE,
Dtest-pointer.c422 { .code = BTN_SIDE, }, in START_TEST()
1967 ck_assert_int_eq(button, BTN_SIDE); in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h358 #define BTN_SIDE 0x113 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h372 #define BTN_SIDE 0x113 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h358 #define BTN_SIDE 0x113 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h359 #define BTN_SIDE 0x113 macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c202 case BTN_SIDE: in pointer_handle_button_common()
/third_party/libevdev/include/
Devent-names.h587 [BTN_SIDE] = "BTN_SIDE",
960 { .name = "BTN_SIDE", .value = BTN_SIDE },
/third_party/libinput/tools/
Dlibinput-debug-events.c629 if (libinput_tablet_tool_has_button(tool, BTN_SIDE)) in print_proximity_event()
/third_party/libinput/src/
Devdev-tablet.c762 case BTN_SIDE: in tablet_update_button()
1059 copy_button_cap(tablet, tool, BTN_SIDE); in tool_set_bits()
Devdev.c802 for (code = BTN_SIDE; code <= BTN_TASK; code++) { in evdev_scroll_get_default_button()