wlroots-hyprland/types/seat
Guido Günther 17b2b06633 seat: Allow to cancel touches
After cancelation we destroy the touch points associated with this
surface as the Wayland spec says:

No further events are sent to the clients from that particular gesture.
Touch cancellation applies to all touch points currently active on this
client's surface. The client is responsible for finalizing the touch
points, future touch points on this surface may re-use the touch point
ID.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2999
2022-05-22 09:43:33 +00:00
..
wlr_seat.c types/seat/wlr_seat.c: fix focused_client being null after seat_client recreation 2022-04-16 20:56:30 +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 types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
wlr_seat_touch.c seat: Allow to cancel touches 2022-05-22 09:43:33 +00:00