mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Implement input map_to_region command
This commit is contained in:
parent
df1a046875
commit
4829f1c26a
8 changed files with 97 additions and 2 deletions
|
|
@ -148,6 +148,7 @@ struct input_config {
|
|||
|
||||
struct input_config_mapped_from_region *mapped_from_region;
|
||||
char *mapped_to_output;
|
||||
struct wlr_box *mapped_to_region;
|
||||
|
||||
bool capturable;
|
||||
struct wlr_box region;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue