Searched refs:BTN_TOOL_BRUSH (Results 1 - 17 of 17) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-aiptek-tablet.c | 128 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 118 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 118 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | litest-device-wacom-intuos5-pen.c | 131 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | litest-device-wacom-cintiq-pro-16-pen.c | 124 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 129 EV_KEY, BTN_TOOL_BRUSH,
|
H A D | test-tablet.c | 2109 litest_event(dev, EV_KEY, BTN_TOOL_BRUSH, 1); in START_TEST() 2836 { BTN_TOOL_BRUSH, LIBINPUT_TABLET_TOOL_TYPE_BRUSH }, in START_TEST() 3521 litest_event(dev, EV_KEY, BTN_TOOL_BRUSH, 1); in START_TEST()
|
H A D | litest.c | 2452 case BTN_TOOL_BRUSH: in litest_tablet_set_tool_type()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.h | 231 case LIBINPUT_TABLET_TOOL_TYPE_BRUSH: code = BTN_TOOL_BRUSH; break; in tablet_tool_to_evcode()
|
H A D | evdev-fallback.h | 197 case BTN_TOOL_BRUSH: in get_key_type()
|
H A D | evdev-tablet.c | 802 case BTN_TOOL_BRUSH: type = LIBINPUT_TABLET_TOOL_TYPE_BRUSH; break; in tablet_evcode_to_tool() 833 case BTN_TOOL_BRUSH: in tablet_process_key()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 415 case evbit(EV_KEY, BTN_TOOL_BRUSH): in handle_libevdev_events()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 416 #define BTN_TOOL_BRUSH 0x142 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 403 #define BTN_TOOL_BRUSH 0x142 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 403 #define BTN_TOOL_BRUSH 0x142 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 404 #define BTN_TOOL_BRUSH 0x142 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 638 [BTN_TOOL_BRUSH] = "BTN_TOOL_BRUSH", 992 { .name = "BTN_TOOL_BRUSH", .value = BTN_TOOL_BRUSH },
|
Completed in 32 milliseconds