mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
input/cursor: pass through pointer hold gestures
This just follows swaywm/wlroots#3047, so `wl_pointer_gestures_v1` clients can be notified of these events.
This commit is contained in:
parent
feea4b4410
commit
8ca2847b42
2 changed files with 28 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ struct sway_cursor {
|
|||
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 motion;
|
||||
struct wl_listener motion_absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue