mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Handle input device removal
This commit is contained in:
parent
efadbf8424
commit
10240af6ea
4 changed files with 21 additions and 2 deletions
|
|
@ -97,7 +97,9 @@ struct roots_input *input_create(struct roots_server *server,
|
|||
void input_destroy(struct roots_input *input);
|
||||
|
||||
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 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