[Mammoth] Add a keyboard library that translates scancode to keycodes.
This commit is contained in:
parent
aecae8e41f
commit
2bc64b045c
8 changed files with 286 additions and 108 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue