mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-11 05:34:37 -04:00
input: add keyboard group implementation
This commit is contained in:
parent
c417783088
commit
56782e4f94
5 changed files with 200 additions and 0 deletions
|
|
@ -14,8 +14,10 @@ struct cg_seat {
|
|||
struct cg_cursor *cursor;
|
||||
|
||||
struct wl_list pointers; // cg_pointer::link
|
||||
struct wl_list keyboard_groups; // cg_keyboard_group::link
|
||||
};
|
||||
|
||||
void cage_seat_add_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device);
|
||||
void cage_seat_add_new_pointer(struct cg_seat *seat, struct wlr_input_device *device);
|
||||
void cage_seat_update_capabilities(struct cg_seat *seat);
|
||||
void cage_seat_init(struct cg_seat *seat, struct wlr_seat *wlr_seat, struct cg_cursor *cursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue