mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 15:10:26 +01:00
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:
parent
10ca39cf80
commit
22b42fe1bf
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue