From f2ea691b93d96e583002a9f46467cf5ca631eac9 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 1 Oct 2017 11:21:55 -0400 Subject: Add basic drawing tablet support to rootston --- include/rootston/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/rootston/input.h b/include/rootston/input.h index 1fae07d7..ecd53f3b 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -109,6 +109,8 @@ void pointer_add(struct wlr_input_device *device, struct roots_input *input); void pointer_remove(struct wlr_input_device *device, struct roots_input *input); void keyboard_add(struct wlr_input_device *device, struct roots_input *input); void keyboard_remove(struct wlr_input_device *device, struct roots_input *input); +void tablet_tool_add(struct wlr_input_device *device, struct roots_input *input); +void tablet_tool_remove(struct wlr_input_device *device, struct roots_input *input); void cursor_initialize(struct roots_input *input); void cursor_load_config(struct roots_config *config, -- cgit v1.2.3