wayland: implement pointer-warp-v1
This commit is contained in:
parent
35adc21ca6
commit
c68e47f457
6 changed files with 137 additions and 0 deletions
11
wire/wp_pointer_warp_v1.txt
Normal file
11
wire/wp_pointer_warp_v1.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request warp_pointer {
|
||||
surface: id(wl_surface),
|
||||
pointer: id(wl_pointer),
|
||||
x: fixed,
|
||||
y: fixed,
|
||||
serial: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue