mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05: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
|
|
@ -124,7 +124,8 @@ struct wl_input_device_listener {
|
|||
struct wl_surface *surface);
|
||||
void (*keyboard_focus)(void *data,
|
||||
struct wl_input_device *input_device,
|
||||
struct wl_surface *surface);
|
||||
struct wl_surface *surface,
|
||||
struct wl_array *keys);
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue