aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-01 11:21:55 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-01 11:21:55 -0400
commitf2ea691b93d96e583002a9f46467cf5ca631eac9 (patch)
tree36c5e94a4a5a48360ee56abae4a42e5b919840e5 /include
parent933cffaa8de0b43b71fa96437f6c5b1413ec0716 (diff)
Add basic drawing tablet support to rootston
Diffstat (limited to 'include')
-rw-r--r--include/rootston/input.h2
1 files changed, 2 insertions, 0 deletions
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,