wayland: implement pointer-gestures-unstable-v1
This commit is contained in:
parent
afc360ea85
commit
ee24971c6d
24 changed files with 1589 additions and 18 deletions
24
wire/zwp_pointer_gesture_pinch_v1.txt
Normal file
24
wire/zwp_pointer_gesture_pinch_v1.txt
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue