mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-15 05:34:36 -04:00
Include the currently pressed keys in keyboard focus event.
This commit is contained in:
parent
7e3e860031
commit
3c38fa0c3e
7 changed files with 106 additions and 9 deletions
|
|
@ -77,7 +77,7 @@ static const struct wl_message input_device_events[] = {
|
|||
{ "button", "uuiiii" },
|
||||
{ "key", "uu" },
|
||||
{ "pointer_focus", "o" },
|
||||
{ "keyboard_focus", "o" },
|
||||
{ "keyboard_focus", "oa" },
|
||||
};
|
||||
|
||||
WL_EXPORT const struct wl_interface wl_input_device_interface = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue