mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 12:30:14 +01:00
tools: fix output to say TABLET_TOOL instead of just tablet
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0b0150e08d
commit
cbf775ba3d
1 changed files with 4 additions and 4 deletions
|
|
@ -110,16 +110,16 @@ print_event_header(struct libinput_event *ev)
|
|||
type = "GESTURE_PINCH_END";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_AXIS:
|
||||
type = "TABLET_AXIS";
|
||||
type = "TABLET_TOOL_AXIS";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY:
|
||||
type = "TABLET_PROXIMITY";
|
||||
type = "TABLET_TOOL_PROXIMITY";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_TIP:
|
||||
type = "TABLET_TIP";
|
||||
type = "TABLET_TOOL_TIP";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_BUTTON:
|
||||
type = "TABLET_BUTTON";
|
||||
type = "TABLET_TOOL_BUTTON";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue