Initial keyboard support in rootston

This commit is contained in:
Drew DeVault 2017-09-23 18:32:03 -04:00
parent 0ca7932c3f
commit b84d59403f
4 changed files with 97 additions and 5 deletions

View file

@ -5,6 +5,7 @@ executable(
'desktop.c',
'ini.c',
'input.c',
'keyboard.c',
'main.c',
'output.c',
'pointer.c',