Include the currently pressed keys in keyboard focus event.

This commit is contained in:
Kristian Høgsberg 2009-02-23 22:30:29 -05:00
parent 7e3e860031
commit 3c38fa0c3e
7 changed files with 106 additions and 9 deletions

View file

@ -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 = {