Searched refs:BTN_TOOL_MOUSE (Results 1 – 14 of 14) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-aiptek-tablet.c | 130 EV_KEY, BTN_TOOL_MOUSE,
|
D | litest-device-wacom-intuos5-pen.c | 134 EV_KEY, BTN_TOOL_MOUSE,
|
D | test-tablet.c | 1328 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 1); in START_TEST() 1349 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 0); in START_TEST() 1370 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 1); in START_TEST() 1395 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 0); in START_TEST() 1418 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 1); in START_TEST() 1433 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 0); in START_TEST() 1452 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 1); in START_TEST() 1483 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 0); in START_TEST() 1502 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 1); in START_TEST() 1533 litest_event(dev, EV_KEY, BTN_TOOL_MOUSE, 0); in START_TEST() [all …]
|
D | litest.c | 2455 case BTN_TOOL_MOUSE: in litest_tablet_set_tool_type()
|
/third_party/libinput/src/ |
D | evdev-fallback.h | 185 case BTN_TOOL_MOUSE: in get_key_type()
|
D | evdev-tablet.h | 234 case LIBINPUT_TABLET_TOOL_TYPE_MOUSE: code = BTN_TOOL_MOUSE; break; in tablet_tool_to_evcode()
|
D | evdev-tablet.c | 150 BTN_TOOL_MOUSE) && in tablet_device_has_axis() 798 case BTN_TOOL_MOUSE: type = LIBINPUT_TABLET_TOOL_TYPE_MOUSE; break; in tablet_evcode_to_tool() 829 case BTN_TOOL_MOUSE: in tablet_process_key() 2271 if (!libevdev_has_event_code(device->evdev, EV_KEY, BTN_TOOL_MOUSE) && in tablet_init_proximity_threshold() 2471 libevdev_disable_event_code(evdev, EV_KEY, BTN_TOOL_MOUSE); in tablet_init()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 407 #define BTN_TOOL_MOUSE 0x146 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 408 #define BTN_TOOL_MOUSE 0x146 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 407 #define BTN_TOOL_MOUSE 0x146 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 420 #define BTN_TOOL_MOUSE 0x146 macro
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 418 case evbit(EV_KEY, BTN_TOOL_MOUSE): in handle_libevdev_events()
|
/third_party/libevdev/include/ |
D | event-names.h | 626 [BTN_TOOL_MOUSE] = "BTN_TOOL_MOUSE", 979 { .name = "BTN_TOOL_MOUSE", .value = BTN_TOOL_MOUSE },
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2618 + case BTN_TOOL_MOUSE: 2808 + case BTN_TOOL_MOUSE: 2902 + case BTN_TOOL_MOUSE: 2948 + * bit 6: BTN_TOOL_MOUSE
|