mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
input: add hold-begin/-end gestures
This commit is contained in:
parent
9833e1a20f
commit
f8939c1c5c
2 changed files with 32 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ struct seat {
|
|||
struct wl_listener swipe_begin;
|
||||
struct wl_listener swipe_update;
|
||||
struct wl_listener swipe_end;
|
||||
struct wl_listener hold_begin;
|
||||
struct wl_listener hold_end;
|
||||
|
||||
struct wl_listener request_cursor;
|
||||
struct wl_listener request_set_shape;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue