Searched refs:BTN_TOOL_PENCIL (Results 1 – 17 of 17) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-aiptek-tablet.c | 128 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest-device-wacom-cintiq-24hd-pen.c | 119 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest-device-wacom-cintiq-13hdt-pen.c | 119 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest-device-wacom-cintiq-12wx-pen.c | 130 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest-device-wacom-intuos5-pen.c | 132 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest-device-wacom-cintiq-pro-16-pen.c | 125 EV_KEY, BTN_TOOL_PENCIL,
|
D | litest.c | 2453 case BTN_TOOL_PENCIL: in litest_tablet_set_tool_type()
|
D | test-tablet.c | 2836 { BTN_TOOL_PENCIL, LIBINPUT_TABLET_TOOL_TYPE_PENCIL }, in START_TEST()
|
/third_party/libinput/src/ |
D | evdev-tablet.h | 232 case LIBINPUT_TABLET_TOOL_TYPE_PENCIL: code = BTN_TOOL_PENCIL; break; in tablet_tool_to_evcode()
|
D | evdev-fallback.h | 183 case BTN_TOOL_PENCIL: in get_key_type()
|
D | evdev-tablet.c | 796 case BTN_TOOL_PENCIL: type = LIBINPUT_TABLET_TOOL_TYPE_PENCIL; break; in tablet_evcode_to_tool() 827 case BTN_TOOL_PENCIL: in tablet_process_key()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 404 #define BTN_TOOL_PENCIL 0x143 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 418 #define BTN_TOOL_PENCIL 0x143 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 404 #define BTN_TOOL_PENCIL 0x143 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 405 #define BTN_TOOL_PENCIL 0x143 macro
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 416 case evbit(EV_KEY, BTN_TOOL_PENCIL): in handle_libevdev_events()
|
/third_party/libevdev/include/ |
D | event-names.h | 623 [BTN_TOOL_PENCIL] = "BTN_TOOL_PENCIL", 980 { .name = "BTN_TOOL_PENCIL", .value = BTN_TOOL_PENCIL },
|