diff --git a/tools/event-debug.c b/tools/event-debug.c index ad64f4be..1ca53c4a 100644 --- a/tools/event-debug.c +++ b/tools/event-debug.c @@ -152,6 +152,9 @@ print_device_notify(struct libinput_event *ev) if (libinput_device_has_capability(dev, LIBINPUT_DEVICE_CAP_TOUCH)) printf("t"); + if (libinput_device_has_capability(dev, + LIBINPUT_DEVICE_CAP_TABLET)) + printf("T"); if (libinput_device_get_size(dev, &w, &h) == 0) printf("\tsize %.2f/%.2fmm", w, h);