1
0
Fork 0
forked from wry/wry

wayland: implement pointer-warp-v1

This commit is contained in:
Julian Orth 2025-07-17 14:56:24 +02:00
parent 35adc21ca6
commit c68e47f457
6 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,11 @@
request destroy {
}
request warp_pointer {
surface: id(wl_surface),
pointer: id(wl_pointer),
x: fixed,
y: fixed,
serial: u32,
}