mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/wayland: populate pointer axis relative direction
This commit is contained in:
parent
7a58f41416
commit
98c708618e
3 changed files with 16 additions and 2 deletions
|
|
@ -109,6 +109,7 @@ struct wlr_wl_pointer {
|
|||
enum wlr_axis_source axis_source;
|
||||
int32_t axis_discrete;
|
||||
uint32_t fingers; // trackpad gesture
|
||||
enum wlr_axis_relative_direction axis_relative_direction;
|
||||
|
||||
struct wl_listener output_destroy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue