Home
last modified time | relevance | path

Searched refs:BTN_BACK (Results 1 – 11 of 11) sorted by relevance

/third_party/libinput/quirks/
D30-vendor-madcatz.quirks7 # event21 POINTER_BUTTON +2.35s BTN_BACK (278) pressed, seat count: 1
8 # event21 POINTER_BUTTON +3.08s BTN_BACK (278) released, seat count: 0
13 # event21 POINTER_BUTTON +7.32s BTN_BACK (278) pressed, seat count: 1
14 # event21 POINTER_BUTTON +7.84s BTN_BACK (278) released, seat count: 0
/third_party/libinput/test/
Dlitest-device-wacom-bamboo-2fg-pad.c59 EV_KEY, BTN_BACK,
Dlitest-device-xen-virtual-pointer.c88 EV_KEY, BTN_BACK,
Dlitest-device-vmware-virtual-usb-mouse.c88 EV_KEY, BTN_BACK,
Dtest-pointer.c423 { .code = BTN_BACK, }, in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h361 #define BTN_BACK 0x116 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h375 #define BTN_BACK 0x116 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h361 #define BTN_BACK 0x116 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h362 #define BTN_BACK 0x116 macro
/third_party/libevdev/include/
Devent-names.h590 [BTN_BACK] = "BTN_BACK",
935 { .name = "BTN_BACK", .value = BTN_BACK },
/third_party/libinput/src/
Devdev-tablet.c765 case BTN_BACK: in tablet_update_button()