mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add basic drawing tablet support to rootston
This commit is contained in:
parent
933cffaa8d
commit
f2ea691b93
3 changed files with 5 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue