From 22b42fe1bf8ea6ad7b871e998a15b6f5dd38b235 Mon Sep 17 00:00:00 2001 From: Jason Gerecke Date: Wed, 1 Apr 2015 14:01:01 -0700 Subject: [PATCH] tools: List relative wheel among axis capabilities Signed-off-by: Jason Gerecke Signed-off-by: Peter Hutterer --- tools/event-debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/event-debug.c b/tools/event-debug.c index d2ac4159..e8e49cd7 100644 --- a/tools/event-debug.c +++ b/tools/event-debug.c @@ -480,6 +480,8 @@ print_proximity_event(struct libinput_event *ev) printf("r"); if (libinput_tool_has_axis(tool, LIBINPUT_TABLET_AXIS_SLIDER)) printf("s"); + if (libinput_tool_has_axis(tool, LIBINPUT_TABLET_AXIS_REL_WHEEL)) + printf("w"); printf("\tbtn:"); if (libinput_tool_has_button(tool, BTN_TOUCH))