mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
test: fix vert axis printing on error
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ab55302ef8
commit
ab59264bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -2564,7 +2564,7 @@ litest_print_event(struct libinput_event *event)
|
|||
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL))
|
||||
x = libinput_event_pointer_get_axis_value(p,
|
||||
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL);
|
||||
fprintf(stderr, "vert %.f horiz %.2f", y, x);
|
||||
fprintf(stderr, "vert %.2f horiz %.2f", y, x);
|
||||
break;
|
||||
case LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY:
|
||||
t = libinput_event_get_tablet_tool_event(event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue