[Mammoth] Add a keyboard library that translates scancode to keycodes.

This commit is contained in:
Drew Galbraith 2023-11-26 11:21:56 -08:00
parent aecae8e41f
commit 2bc64b045c
8 changed files with 286 additions and 108 deletions

View file

@ -1,5 +1,6 @@
add_library(mammoth STATIC
file/file.cpp
input/keyboard.cpp
ipc/channel.cpp
ipc/endpoint_client.cpp
ipc/endpoint_server.cpp
@ -25,6 +26,7 @@ target_link_libraries(mammoth
glacier
victoriafalls_yunq
yellowstone_yunq
voyageurs_yunq
zion_stub
)