InputCommon: add AnalogFromButton

This commit is contained in:
wwylele 2017-01-21 13:04:00 +02:00
parent 38e800f70d
commit a6bd7917cb
8 changed files with 162 additions and 0 deletions

View file

@ -1,9 +1,11 @@
set(SRCS
analog_from_button.cpp
keyboard.cpp
main.cpp
)
set(HEADERS
analog_from_button.h
keyboard.h
main.h
)