wlroots/include
Daniel De Graaf 8ad0c0166b seat/keyboard: support sending modifiers when not focused
This adds wlr_seat_client_notify_modifiers which sends the current
keyboard modifiers to an additional client, tracking what the client
last saw to avoid unneeded duplicates. This is useful to make actions
like "ctrl+scroll" work correctly when pointer and keyboard focus are on
distinct clients.

The tracked modifier state is also used to avoid sending unneeded
modifiers events in default_keyboard_modifiers.  No de-duplication is
performed in wlr_seat_keyboard_send_modifiers because that function is
used in cases where the protocol unconditionally requires a modifiers
event to be sent (such as after wl_keyboard_enter).
2025-04-18 18:11:07 -04:00
..
backend Fix/cleanup includes a bit 2025-04-15 20:13:29 +03:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render Fix/cleanup includes a bit 2025-04-15 20:13:29 +03:00
types Fix/cleanup includes a bit 2025-04-15 20:13:29 +03:00
util util/matrix: add matrix_invert() 2025-03-30 16:21:26 +02:00
wlr seat/keyboard: support sending modifiers when not focused 2025-04-18 18:11:07 -04:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwm: Handle NET_WM_WINDOW_OPACITY 2025-03-06 14:18:20 +00:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00