Searched refs:BTN_TOOL_LENS (Results 1 – 14 of 14) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-aiptek-tablet.c | 131 EV_KEY, BTN_TOOL_LENS,
|
D | litest-device-wacom-intuos5-pen.c | 135 EV_KEY, BTN_TOOL_LENS,
|
D | test-tablet.c | 2839 { BTN_TOOL_LENS, LIBINPUT_TABLET_TOOL_TYPE_LENS }, in START_TEST() 2855 if ((tt->code == BTN_TOOL_MOUSE || tt->code == BTN_TOOL_LENS) && in START_TEST()
|
D | litest.c | 2456 case BTN_TOOL_LENS: in litest_tablet_set_tool_type()
|
/third_party/libinput/src/ |
D | evdev-fallback.h | 186 case BTN_TOOL_LENS: in get_key_type()
|
D | evdev-tablet.h | 235 case LIBINPUT_TABLET_TOOL_TYPE_LENS: code = BTN_TOOL_LENS; break; in tablet_tool_to_evcode()
|
D | evdev-tablet.c | 799 case BTN_TOOL_LENS: type = LIBINPUT_TABLET_TOOL_TYPE_LENS; break; in tablet_evcode_to_tool() 830 case BTN_TOOL_LENS: in tablet_process_key() 2272 !libevdev_has_event_code(device->evdev, EV_KEY, BTN_TOOL_LENS)) in tablet_init_proximity_threshold() 2472 libevdev_disable_event_code(evdev, EV_KEY, BTN_TOOL_LENS); in tablet_init()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 408 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 409 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 408 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 421 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 419 case evbit(EV_KEY, BTN_TOOL_LENS): in handle_libevdev_events()
|
/third_party/libevdev/include/ |
D | event-names.h | 627 [BTN_TOOL_LENS] = "BTN_TOOL_LENS", 978 { .name = "BTN_TOOL_LENS", .value = BTN_TOOL_LENS },
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2619 + case BTN_TOOL_LENS: 2809 + case BTN_TOOL_LENS: 2903 + case BTN_TOOL_LENS: 2949 + * bit 7: BTN_TOOL_LENS
|