tools: List relative wheel among axis capabilities

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Jason Gerecke 2015-04-01 14:01:01 -07:00 committed by Peter Hutterer
parent 10ca39cf80
commit 22b42fe1bf

View file

@ -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))