wlroots/types/seat
Lu YaNing f175c2f592 seat/pointer: add wl_pointer.warp event support
Add support for the wl_pointer.warp event from Wayland protocol version 11.
https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/340

This allows the compositor to notify clients when the pointer position has
changed due to surface movement or compositor action, rather than input device
motion. This is useful for tracking cursor position across surface boundaries
and dynamic repositioning.
2026-01-13 20:56:15 +08:00
..
wlr_seat.c seat/pointer: add wl_pointer.warp event support 2026-01-13 20:56:15 +08:00
wlr_seat_keyboard.c seat/keyboard: optimize wlr_seat_set_keyboard to send the keymap only if it has changed 2025-04-11 16:56:36 +02:00
wlr_seat_pointer.c seat/pointer: add wl_pointer.warp event support 2026-01-13 20:56:15 +08:00
wlr_seat_touch.c seat: add wlr_seat_touch_notify_clear_focus 2025-12-11 21:10:59 +00:00