input_common: Create input poller and mapping
This commit is contained in:
parent
ea7b1fbc67
commit
854c933716
6 changed files with 1305 additions and 0 deletions
|
@ -3,6 +3,12 @@ add_library(input_common STATIC
|
|||
analog_from_button.h
|
||||
keyboard.cpp
|
||||
keyboard.h
|
||||
input_engine.cpp
|
||||
input_engine.h
|
||||
input_mapping.cpp
|
||||
input_mapping.h
|
||||
input_poller.cpp
|
||||
input_poller.h
|
||||
main.cpp
|
||||
main.h
|
||||
motion_from_button.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue