Home
last modified time | relevance | path

Searched refs:BTN_TOOL_PEN (Results 1 – 25 of 32) sorted by relevance

12

/third_party/libinput/test/
Dlitest-device-elan-tablet.c60 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,
Dtest-tablet.c1326 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 …]
Dlitest-device-huion-pentablet.c83 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-isdv4-e6-pen.c85 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-isdv4-4200-pen.c91 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-bamboo-2fg-pen.c95 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-bamboo-16fg-pen.c95 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-hid4800-pen.c91 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-aiptek-tablet.c125 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-cintiq-24hd-pen.c116 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-cintiq-13hdt-pen.c116 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-cintiq-12wx-pen.c127 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-intuos5-pen.c129 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-wacom-cintiq-pro-16-pen.c122 EV_KEY, BTN_TOOL_PEN,
Dlitest-device-waltop-tablet.c213 EV_KEY, BTN_TOOL_PEN,
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c345 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/
Dtablet-debugging.rst36 ``BTN_TOOL_PEN`` or ``BTN_STYLUS`` bit set. libinput requires either or both
/third_party/libinput/src/
Devdev-tablet.h229 case LIBINPUT_TABLET_TOOL_TYPE_PEN: code = BTN_TOOL_PEN; break; in tablet_tool_to_evcode()
Devdev-fallback.h180 case BTN_TOOL_PEN: in get_key_type()
Devdev-tablet.c793 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/
Dlibinput-debug-tablet.c413 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()
Dlibinput-analyze-touch-down-state.py105 libevdev.EV_KEY.BTN_TOOL_PEN: 0,
/third_party/libevdev/test/
Dtest-event-names.c84 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/
Dinput-event-codes.h401 #define BTN_TOOL_PEN 0x140 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h415 #define BTN_TOOL_PEN 0x140 macro

12