mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-27 06:59:54 -05:00
input: add pointer implementation
This commit is contained in:
parent
b4f832d501
commit
c417783088
5 changed files with 107 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ cageng_sources = [
|
|||
'desktop/view.c',
|
||||
'desktop/xdg_shell.c',
|
||||
'input/cursor.c',
|
||||
'input/pointer.c',
|
||||
'input/seat.c',
|
||||
'cageng.c',
|
||||
]
|
||||
|
|
@ -144,6 +145,7 @@ cageng_headers = [
|
|||
'desktop/view.h',
|
||||
'desktop/xdg_shell.h',
|
||||
'input/cursor.h',
|
||||
'input/pointer.h',
|
||||
'input/seat.h',
|
||||
'serverng.h',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue