wayland: implement pointer-gestures-unstable-v1
This commit is contained in:
parent
afc360ea85
commit
ee24971c6d
24 changed files with 1589 additions and 18 deletions
18
wire/zwp_pointer_gestures_v1.txt
Normal file
18
wire/zwp_pointer_gestures_v1.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
request get_swipe_gesture {
|
||||
id: id(zwp_pointer_gesture_swipe_v1),
|
||||
pointer: id(wl_pointer),
|
||||
}
|
||||
|
||||
request get_pinch_gesture {
|
||||
id: id(zwp_pointer_gesture_pinch_v1),
|
||||
pointer: id(wl_pointer),
|
||||
}
|
||||
|
||||
request release (since = 2) {
|
||||
|
||||
}
|
||||
|
||||
request get_hold_gesture (since = 3) {
|
||||
id: id(zwp_pointer_gesture_hold_v1),
|
||||
pointer: id(wl_pointer),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue