mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-15 05:34:33 -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
|
|
@ -130,6 +130,7 @@ cageng_sources = [
|
|||
'desktop/view.c',
|
||||
'desktop/xdg_shell.c',
|
||||
'input/cursor.c',
|
||||
'input/keyboard_group.c',
|
||||
'input/pointer.c',
|
||||
'input/seat.c',
|
||||
'cageng.c',
|
||||
|
|
@ -145,6 +146,7 @@ cageng_headers = [
|
|||
'desktop/view.h',
|
||||
'desktop/xdg_shell.h',
|
||||
'input/cursor.h',
|
||||
'input/keyboard_group.h',
|
||||
'input/pointer.h',
|
||||
'input/seat.h',
|
||||
'serverng.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue