mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: add hold-begin/-end gestures
This commit is contained in:
parent
7195d7793c
commit
8a5608a3af
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