Searched refs:BTN_TOOL_LENS (Results 1 - 13 of 13) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-aiptek-tablet.c | 132 EV_KEY, BTN_TOOL_LENS,
|
H A D | litest-device-wacom-intuos5-pen.c | 135 EV_KEY, BTN_TOOL_LENS,
|
H A D | litest.c | 2456 case BTN_TOOL_LENS: in litest_tablet_set_tool_type()
|
H A D | test-tablet.c | 2840 { BTN_TOOL_LENS, LIBINPUT_TABLET_TOOL_TYPE_LENS }, in START_TEST() 2856 if ((tt->code == BTN_TOOL_MOUSE || tt->code == BTN_TOOL_LENS) && in START_TEST()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.h | 235 case LIBINPUT_TABLET_TOOL_TYPE_LENS: code = BTN_TOOL_LENS; break; in tablet_tool_to_evcode()
|
H A D | evdev-fallback.h | 201 case BTN_TOOL_LENS: in get_key_type()
|
H A D | evdev-tablet.c | 806 case BTN_TOOL_LENS: type = LIBINPUT_TABLET_TOOL_TYPE_LENS; break; in tablet_evcode_to_tool() 837 case BTN_TOOL_LENS: in tablet_process_key() 2393 !libevdev_has_event_code(device->evdev, EV_KEY, BTN_TOOL_LENS)) in tablet_init_proximity_threshold() 2593 libevdev_disable_event_code(evdev, EV_KEY, BTN_TOOL_LENS); in tablet_init()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 419 case evbit(EV_KEY, BTN_TOOL_LENS): in handle_libevdev_events()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 421 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 408 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 408 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 409 #define BTN_TOOL_LENS 0x147 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 643 [BTN_TOOL_LENS] = "BTN_TOOL_LENS", 995 { .name = "BTN_TOOL_LENS", .value = BTN_TOOL_LENS },
|
Completed in 30 milliseconds