aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2017-06-19 21:22:42 +0200
committernyorain <nyorain@gmail.com>2017-06-19 21:22:42 +0200
commite65ca967f9f025748ce0710a09450ce05c5a36dd (patch)
tree79a78aadee4de5e16f9e4d67510463e628a95909 /include/backend/libinput.h
parent10526de444b58ab4959d086538845303a06acfc1 (diff)
parent41b5294013cdf054e9dd49ef83ca6fee74f769a4 (diff)
Merge branch 'master' into wayland-backend
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index 80f57177..89286ab8 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -68,4 +68,13 @@ void handle_tablet_tool_tip(struct libinput_event *event,
void handle_tablet_tool_button(struct libinput_event *event,
struct libinput_device *device);
+struct wlr_tablet_pad *wlr_libinput_tablet_pad_create(
+ struct libinput_device *device);
+void handle_tablet_pad_button(struct libinput_event *event,
+ struct libinput_device *device);
+void handle_tablet_pad_ring(struct libinput_event *event,
+ struct libinput_device *device);
+void handle_tablet_pad_strip(struct libinput_event *event,
+ struct libinput_device *device);
+
#endif