wlroots/types/seat
Kirill Primak 08e779bd85 seat/pointer: reset pressed buttons on focus change
This fixes two problems:
- A surface could get unexpected release events for buttons pressed
  while other surface was focused;
- Clearing focus while a button is pressed would lead to the button
  getting "stuck".

Fixes: 8730ca9661
2024-08-10 09:55:17 +03:00
..
wlr_seat_keyboard.c seat/keyboard: drop unnecessary check in handle_keyboard_keymap() 2024-05-27 23:08:20 +00:00
wlr_seat_pointer.c seat/pointer: reset pressed buttons on focus change 2024-08-10 09:55:17 +03:00
wlr_seat_touch.c wlr_surface: fix argument order consistency 2024-07-13 19:56:58 +00:00
wlr_seat.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00