mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-10 05:40:16 +01:00
tools: fix printing of tablet coordinates
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d6379bc3f3
commit
07ce6c8954
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ print_tablet_axes(struct libinput_event_tablet_tool *t)
|
|||
(libinput_event_tablet_tool_##ax##_has_changed(ev) ? "*" : "")
|
||||
|
||||
x = libinput_event_tablet_tool_get_x(t);
|
||||
y = libinput_event_tablet_tool_get_x(t);
|
||||
y = libinput_event_tablet_tool_get_y(t);
|
||||
printq("\t%.2f%s/%.2f%s",
|
||||
x, changed_sym(t, x),
|
||||
y, changed_sym(t, y));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue