1
0
Fork 0
forked from wry/wry

wayland: implement pointer-gestures-unstable-v1

This commit is contained in:
Julian Orth 2024-04-27 17:56:14 +02:00
parent afc360ea85
commit ee24971c6d
24 changed files with 1589 additions and 18 deletions

View file

@ -0,0 +1,24 @@
request destroy {
}
event begin {
serial: u32,
time: u32,
surface: id(wl_surface),
fingers: u32,
}
event update {
time: u32,
dx: fixed,
dy: fixed,
scale: fixed,
rotation: fixed,
}
event end {
serial: u32,
time: u32,
cancelled: i32,
}