input: add hold-begin/-end gestures

This commit is contained in:
Jens Peters 2024-11-10 19:22:22 +01:00 committed by Consolatis
parent 7195d7793c
commit 8a5608a3af
2 changed files with 32 additions and 0 deletions

View file

@ -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;