aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/tablet_tool.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-10 08:21:50 -0500
committerDrew DeVault <sir@cmpwn.com>2017-11-10 08:21:50 -0500
commit425713b83730a7b707ac5b0a325b8e37464a982c (patch)
treeef504e85918a36d1abc4e9b659abf000d453a164 /backend/libinput/tablet_tool.c
parentca3c373c18fa2c4edb2e3f46c74d50f1f571e72c (diff)
parentaafb00a15fd84b6d40f2efa52333eea5633b14e5 (diff)
Merge branch 'hidpi'
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);
}