hid_mouse

This commit is contained in:
Romain Vimont
2021-12-26 22:32:51 +01:00
parent 9f80b91d72
commit d140537e93
5 changed files with 302 additions and 5 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