wlroots/types/seat
José Expósito 47e79a78ad seat: support hi-res clients using hi-res backends
When the selected backend supports high-resolution scroll, wlroots will
emit the axis_value120 signal.

Add the required APIs so wlroots compositors can handle this new events
and the default handler implemetion.

For the moment, the default implementation does NOT handle clients that
don't support high-scroll resolution.
2021-09-20 19:47:38 +02:00
..
wlr_seat.c seat: support hi-res clients using lo-res backends 2021-09-20 19:47:21 +02:00
wlr_seat_keyboard.c seat: avoid copying the keymap for each client 2021-09-05 22:06:25 +02:00
wlr_seat_pointer.c seat: support hi-res clients using hi-res backends 2021-09-20 19:47:38 +02:00
wlr_seat_touch.c seat: add wlr_seat_touch_{send,notify}_frame 2021-07-08 09:12:17 +02:00