wlroots-hyprland/types/seat
José Expósito add44b3e2e seat: support low-resolution clients
When the client doesn't support high-resolution scroll, accumulate
deltas until we can notify a discrete event.

Some mice have a free spinning wheel, making possible to lock the wheel
when the accumulator value is not 0. To avoid synchronization issues
between the mouse wheel and the accumulators, store the last delta and
when the scroll direction changes, reset the accumulator.
2022-07-11 11:01:35 +02:00
..
wlr_seat.c seat: support high-resolution clients 2022-07-11 11:01:35 +02:00
wlr_seat_keyboard.c seat: take wlr_keyboard in wlr_seat_set_keyboard() 2022-03-23 13:08:41 +00:00
wlr_seat_pointer.c seat: support low-resolution clients 2022-07-11 11:01:35 +02:00
wlr_seat_touch.c seat: Allow to cancel touches 2022-05-22 09:43:33 +00:00