hid_mouse

This commit is contained in:
Romain Vimont
2021-12-26 22:32:51 +01:00
parent 5caace5818
commit 1240e34fa8
5 changed files with 303 additions and 7 deletions

View File

@@ -77,6 +77,7 @@ if aoa_hid_support
src += [
'src/aoa_hid.c',
'src/hid_keyboard.c',
'src/hid_mouse.c',
]
endif