mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 12:50:33 +01:00
test: fix printfs to say "TABLET TOOL" instead of "TABLET"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e086f9cf92
commit
7b21026e3a
1 changed files with 4 additions and 4 deletions
|
|
@ -1929,16 +1929,16 @@ litest_event_type_str(struct libinput_event *event)
|
|||
str = "GESTURE PINCH END";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_AXIS:
|
||||
str = "TABLET AXIS";
|
||||
str = "TABLET TOOL AXIS";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY:
|
||||
str = "TABLET PROX";
|
||||
str = "TABLET TOOL PROX";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_TIP:
|
||||
str = "TABLET TIP";
|
||||
str = "TABLET TOOL TIP";
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_BUTTON:
|
||||
str = "TABLET BUTTON";
|
||||
str = "TABLET TOOL BUTTON";
|
||||
break;
|
||||
}
|
||||
return str;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue