aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/tablet_tool.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-11 09:58:59 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-11 09:59:39 -0500
commit2a9dc60f28616211370fcd48de8c75ef17282d2e (patch)
treebe639c73a782ecfd680dabc31d3a4e4208cba61f /backend/libinput/tablet_tool.c
parent27a3a810ab372ca699bb9da1ce506816432b39f6 (diff)
parent78ed7f3c8983191b0b6399d4c66f5524a23f216a (diff)
Merge branch 'master' into feature/multiseat
Diffstat (limited to 'backend/libinput/tablet_tool.c')
-rw-r--r--backend/libinput/tablet_tool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/libinput/tablet_tool.c b/backend/libinput/tablet_tool.c
index 3caaf3f7..3d5fafc3 100644
--- a/backend/libinput/tablet_tool.c
+++ b/backend/libinput/tablet_tool.c
@@ -70,6 +70,8 @@ void handle_tablet_tool_axis(struct libinput_event *event,
wlr_event.updated_axes |= WLR_TABLET_TOOL_AXIS_WHEEL;
wlr_event.wheel_delta = libinput_event_tablet_tool_get_wheel_delta(tevent);
}
+ wlr_log(L_DEBUG, "Tablet tool axis event %d @ %f,%f",
+ wlr_event.updated_axes, wlr_event.x_mm, wlr_event.y_mm);
wl_signal_emit(&wlr_dev->tablet_tool->events.axis, &wlr_event);
}