Add random motion input to keyboard

This commit is contained in:
german 2020-09-25 17:58:27 -05:00
parent db47701464
commit ef4f095aae
4 changed files with 65 additions and 0 deletions

View file

@ -7,6 +7,8 @@ add_library(input_common STATIC
main.h
motion_emu.cpp
motion_emu.h
motion_from_button.cpp
motion_from_button.h
motion_input.cpp
motion_input.h
settings.cpp