/third_party/libinput/test/ |
D | litest-device-elan-tablet.c | 60 if (tool_type == BTN_TOOL_PEN) in proximity_in() 68 litest_event(d, EV_KEY, BTN_TOOL_PEN, 1); in proximity_in() 82 if (tool_type != BTN_TOOL_PEN) in proximity_out() 83 litest_event(d, EV_KEY, BTN_TOOL_PEN, 0); in proximity_out() 129 EV_KEY, BTN_TOOL_PEN,
|
D | test-tablet.c | 1326 litest_filter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1329 litest_unfilter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1347 litest_filter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1350 litest_unfilter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1368 litest_filter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1371 litest_unfilter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1393 litest_filter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1396 litest_unfilter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1416 litest_filter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() 1419 litest_unfilter_event(dev, EV_KEY, BTN_TOOL_PEN); in START_TEST() [all …]
|
D | litest-device-huion-pentablet.c | 83 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-isdv4-e6-pen.c | 85 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-isdv4-4200-pen.c | 91 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-bamboo-2fg-pen.c | 95 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-bamboo-16fg-pen.c | 95 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-hid4800-pen.c | 91 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-aiptek-tablet.c | 125 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-cintiq-24hd-pen.c | 116 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-cintiq-13hdt-pen.c | 116 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-cintiq-12wx-pen.c | 127 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-intuos5-pen.c | 129 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-wacom-cintiq-pro-16-pen.c | 122 EV_KEY, BTN_TOOL_PEN,
|
D | litest-device-waltop-tablet.c | 213 EV_KEY, BTN_TOOL_PEN,
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.c | 345 if (test_bit(BTN_STYLUS, bitmask_key) || test_bit(BTN_TOOL_PEN, bitmask_key)) { in guess_device_class() 347 } else if (test_bit(BTN_TOOL_FINGER, bitmask_key) && !test_bit(BTN_TOOL_PEN, bitmask_key)) { in guess_device_class()
|
/third_party/libinput/doc/user/ |
D | tablet-debugging.rst | 36 ``BTN_TOOL_PEN`` or ``BTN_STYLUS`` bit set. libinput requires either or both
|
/third_party/libinput/src/ |
D | evdev-tablet.h | 229 case LIBINPUT_TABLET_TOOL_TYPE_PEN: code = BTN_TOOL_PEN; break; in tablet_tool_to_evcode()
|
D | evdev-fallback.h | 180 case BTN_TOOL_PEN: in get_key_type()
|
D | evdev-tablet.c | 793 case BTN_TOOL_PEN: type = LIBINPUT_TABLET_TOOL_TYPE_PEN; break; in tablet_evcode_to_tool() 824 case BTN_TOOL_PEN: in tablet_process_key() 2006 .code = BTN_TOOL_PEN, in tablet_proximity_out_quirk_timer_func() 2428 has_pen = libevdev_has_event_code(evdev, EV_KEY, BTN_TOOL_PEN); in tablet_reject_device() 2463 if (!libevdev_has_event_code(evdev, EV_KEY, BTN_TOOL_PEN)) { in tablet_init() 2464 libevdev_enable_event_code(evdev, EV_KEY, BTN_TOOL_PEN, NULL); in tablet_init()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 413 case evbit(EV_KEY, BTN_TOOL_PEN): in handle_libevdev_events() 420 ctx->evdev_buttons_down[event.code - BTN_TOOL_PEN] = event.value ? event.code : 0; in handle_libevdev_events()
|
D | libinput-analyze-touch-down-state.py | 105 libevdev.EV_KEY.BTN_TOOL_PEN: 0,
|
/third_party/libevdev/test/ |
D | test-event-names.c | 84 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TOOL_PEN), "BTN_TOOL_PEN"); in START_TEST()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 401 #define BTN_TOOL_PEN 0x140 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 415 #define BTN_TOOL_PEN 0x140 macro
|