wlroots-hyprland/types/seat
emersion e8f012c993 seat: only store serial if pressing a button
The grab serial can be used to start a pointer grab. A button pressed event
should be used for this purpose.

Thus, we should only save the grab serial if it's the first button pressed
event we send. This commit makes it so the serial is not saved if a button is
released while another button is still pressed.
2019-03-01 12:36:19 -07:00
..
wlr_seat.c data-device: refactor wlr_drag 2019-02-20 18:42:29 +01:00
wlr_seat_keyboard.c data-device: unexport wlr_seat_client_send_selection 2019-01-24 12:15:18 +01:00
wlr_seat_pointer.c seat: only store serial if pressing a button 2019-03-01 12:36:19 -07:00
wlr_seat_touch.c data-device: refactor wlr_drag 2019-02-20 18:42:29 +01:00