From 4c3e307ec829f103920e8d25306b11357e51f4fc Mon Sep 17 00:00:00 2001 From: José Expósito Date: Mon, 12 Jul 2021 19:51:40 +0200 Subject: 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. --- include/wlr/types/wlr_cursor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index f5a016f4..739549c3 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -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; -- cgit v1.2.3