tree: implement pointer constraints
This commit is contained in:
parent
d4c4497043
commit
38d1267ec9
19 changed files with 707 additions and 4 deletions
19
wire/zwp_confined_pointer_v1.txt
Normal file
19
wire/zwp_confined_pointer_v1.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg set_region = 1 {
|
||||
region: id(wl_region),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg confined = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg unconfined = 1 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue