wayland: implement pointer-gestures-unstable-v1
This commit is contained in:
parent
afc360ea85
commit
ee24971c6d
24 changed files with 1589 additions and 18 deletions
22
wire/zwp_pointer_gesture_swipe_v1.txt
Normal file
22
wire/zwp_pointer_gesture_swipe_v1.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
event begin {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
surface: id(wl_surface),
|
||||
fingers: u32,
|
||||
}
|
||||
|
||||
event update {
|
||||
time: u32,
|
||||
dx: fixed,
|
||||
dy: fixed,
|
||||
}
|
||||
|
||||
event end {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
cancelled: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue