wlroots-hyprland/types/seat
Tudor Brindus 033c9cab74 input/pointer: try harder to not send duplicate motion events
wl_fixed_t is a 32-bit data type, but our doubles are 64-bit. This meant
that two doubles that would map to the same wl_fixed_t could compare
unequal, and send a duplicate motion event.

Refs swaywm/sway#4632.
2021-08-07 09:04:12 +02:00
..
wlr_seat.c seat: use WL_SEAT_ERROR_CAPABILITY 2021-02-08 13:30:21 +01:00
wlr_seat_keyboard.c seat: allow compositors to not load a keymap 2021-08-06 23:06:29 +02:00
wlr_seat_pointer.c input/pointer: try harder to not send duplicate motion events 2021-08-07 09:04:12 +02:00
wlr_seat_touch.c seat: add wlr_seat_touch_{send,notify}_frame 2021-07-08 09:12:17 +02:00