mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-07 04:06:14 -05:00
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:
parent
e5932867f1
commit
5128496ea8
2 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue