Home
last modified time | relevance | path

Searched refs:BTN_FORWARD (Results 1 – 12 of 12) sorted by relevance

/third_party/libinput/quirks/
D30-vendor-madcatz.quirks10 # event21 POINTER_BUTTON +6.69s BTN_FORWARD (277) pressed, seat count: 1
12 # event21 POINTER_BUTTON +7.32s BTN_FORWARD (277) released, seat count: 0
/third_party/libinput/test/
Dlitest-device-cyborg-rat-5.c41 EV_KEY, BTN_FORWARD,
Dlitest-device-wacom-bamboo-2fg-pad.c58 EV_KEY, BTN_FORWARD,
Dlitest-device-xen-virtual-pointer.c87 EV_KEY, BTN_FORWARD,
Dlitest-device-vmware-virtual-usb-mouse.c87 EV_KEY, BTN_FORWARD,
Dtest-pointer.c424 { .code = BTN_FORWARD, }, in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h360 #define BTN_FORWARD 0x115 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h361 #define BTN_FORWARD 0x115 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h360 #define BTN_FORWARD 0x115 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h373 #define BTN_FORWARD 0x115 macro
/third_party/libevdev/include/
Devent-names.h589 [BTN_FORWARD] = "BTN_FORWARD",
951 { .name = "BTN_FORWARD", .value = BTN_FORWARD },
/third_party/libinput/src/
Devdev-tablet.c764 case BTN_FORWARD: in tablet_update_button()