InputCommon: Decouple ButtonManager and Touchscreen from Android

Changes were also made for codestyle compliance.
This commit is contained in:
OatmealDome
2019-11-27 01:34:01 -05:00
parent c2c8a14966
commit ef32a10d69
9 changed files with 565 additions and 526 deletions

View File

@ -3,7 +3,6 @@ add_library(main SHARED
AndroidCommon/IDCache.cpp
GameList/GameFile.cpp
GameList/GameFileCache.cpp
ButtonManager.cpp
MainAndroid.cpp
)