wayland: implement wlr-virtual-pointer-unstable-v1
This commit is contained in:
parent
942c090195
commit
548a2bf478
15 changed files with 437 additions and 4 deletions
13
wire/zwlr_virtual_pointer_manager_v1.txt
Normal file
13
wire/zwlr_virtual_pointer_manager_v1.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
request create_virtual_pointer {
|
||||
seat: id(wl_seat),
|
||||
id: id(zwlr_virtual_pointer_v1) (new),
|
||||
}
|
||||
|
||||
request destroy (destructor, since = 1) {
|
||||
}
|
||||
|
||||
request create_virtual_pointer_with_output (since = 2) {
|
||||
seat: id(wl_seat),
|
||||
output: id(wl_output),
|
||||
id: id(zwlr_virtual_pointer_v1) (new),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue