mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
wlr-seat: keyboard redesign
This commit is contained in:
parent
1b7918f50e
commit
d33a9f8eaa
4 changed files with 138 additions and 127 deletions
|
|
@ -16,6 +16,7 @@ struct roots_keyboard {
|
|||
struct roots_input *input;
|
||||
struct wlr_input_device *device;
|
||||
struct wl_listener key;
|
||||
struct wl_listener modifiers;
|
||||
struct wl_list link;
|
||||
|
||||
xkb_keysym_t pressed_keysyms[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue