mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
62e62b6942
commit
4c3e307ec8
2 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue