cursor: emit high-res scroll events

Recevie the high-resolution scroll 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-09-20 19:47:13 +02:00
parent e5932867f1
commit 5128496ea8
2 changed files with 15 additions and 0 deletions

View file

@ -51,6 +51,7 @@ struct wlr_cursor {
struct wl_signal motion_absolute;
struct wl_signal button;
struct wl_signal axis;
struct wl_signal axis_value120;
struct wl_signal frame;
struct wl_signal swipe_begin;
struct wl_signal swipe_update;