mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
input: disable events for map_to_output devices when output not present
Fixes #3449.
This commit is contained in:
parent
d328c2439c
commit
b3f08597cd
5 changed files with 44 additions and 17 deletions
|
|
@ -44,9 +44,11 @@ void input_manager_configure_xcursor(void);
|
|||
|
||||
void input_manager_apply_input_config(struct input_config *input_config);
|
||||
|
||||
void input_manager_configure_all_inputs(void);
|
||||
|
||||
void input_manager_reset_input(struct sway_input_device *input_device);
|
||||
|
||||
void input_manager_reset_all_inputs();
|
||||
void input_manager_reset_all_inputs(void);
|
||||
|
||||
void input_manager_apply_seat_config(struct seat_config *seat_config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue