cursor: emit hold gesture events

Recevie the hold gesture events from the libinput or Wayland backends,
abstracted as pointer signals, and re-emit them from the cursor
interface.
This commit is contained in:
José Expósito 2021-07-12 19:51:40 +02:00 committed by Simon Ser
parent 62e62b6942
commit 4c3e307ec8
2 changed files with 26 additions and 0 deletions

View file

@ -58,6 +58,8 @@ struct wlr_cursor {
struct wl_signal pinch_begin;
struct wl_signal pinch_update;
struct wl_signal pinch_end;
struct wl_signal hold_begin;
struct wl_signal hold_end;
struct wl_signal touch_up;
struct wl_signal touch_down;