Merge pull request #4570 from german77/motionInput

input_common: Add a basic class for motion devices
This commit is contained in:
bunnei 2020-09-02 11:09:18 -04:00 committed by GitHub
commit f64917a852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 276 additions and 0 deletions

View file

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