wlroots-hyprland/types/seat
Simon Ser b934fbaf04 seat: add wlr_seat_touch_{send,notify}_frame
The wl_touch.frame event is used to group multiple touch events
together. Instead of sending it immediately after each touch event,
rely on the backend to send it (and on the compositor to relay it).

This is a breaking change because compositors now need to manually
send touch frame events instead of relying on wlr_seat to do it.
2021-07-08 09:12:17 +02:00
..
wlr_seat.c seat: use WL_SEAT_ERROR_CAPABILITY 2021-02-08 13:30:21 +01:00
wlr_seat_keyboard.c gtk-primary-selection: drop support 2021-04-08 09:50:18 +02:00
wlr_seat_pointer.c wlr_seat_pointer: Remove log on notify_button 2021-03-07 11:01:38 +01:00
wlr_seat_touch.c seat: add wlr_seat_touch_{send,notify}_frame 2021-07-08 09:12:17 +02:00