mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-14 06:59:46 -05:00
Add keyboard and pointer focus events.
This commit is contained in:
parent
ce5a9c1096
commit
db6c2f3f0e
5 changed files with 81 additions and 7 deletions
|
|
@ -76,6 +76,8 @@ static const struct wl_message input_device_events[] = {
|
|||
{ "motion", "iiii" },
|
||||
{ "button", "uuiiii" },
|
||||
{ "key", "uu" },
|
||||
{ "pointer_focus", "o" },
|
||||
{ "keyboard_focus", "o" },
|
||||
};
|
||||
|
||||
WL_EXPORT const struct wl_interface wl_input_device_interface = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue