mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Pass keys along from wayland backend to clients
This commit is contained in:
parent
af80b12add
commit
34277207fd
3 changed files with 26 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ struct input {
|
|||
uint32_t last_code;
|
||||
uint32_t modifiers;
|
||||
|
||||
void (*notify)(enum wl_keyboard_key_state state, xkb_keysym_t sym, uint32_t code);
|
||||
void (*notify)(enum wl_keyboard_key_state state, xkb_keysym_t sym, uint32_t code, uint32_t codepoint);
|
||||
};
|
||||
|
||||
struct registry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue