tree: implement pointer constraints
This commit is contained in:
parent
d4c4497043
commit
38d1267ec9
19 changed files with 707 additions and 4 deletions
21
wire/zwp_pointer_constraints_v1.txt
Normal file
21
wire/zwp_pointer_constraints_v1.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg lock_pointer = 1 {
|
||||
id: id(zwp_locked_pointer_v1),
|
||||
surface: id(wl_surface),
|
||||
pointer: id(wl_pointer),
|
||||
region: id(wl_region),
|
||||
lifetime: u32,
|
||||
}
|
||||
|
||||
msg confine_pointer = 2 {
|
||||
id: id(zwp_confined_pointer_v1),
|
||||
surface: id(wl_surface),
|
||||
pointer: id(wl_pointer),
|
||||
region: id(wl_region),
|
||||
lifetime: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue