Android: Add controller interface class

This commit is contained in:
Connor McLaughlin
2020-12-27 17:50:29 +10:00
parent cbcb8b4b89
commit 6bf37f51be
5 changed files with 270 additions and 0 deletions

View File

@ -23,6 +23,9 @@ public:
#ifdef WIN32
XInput,
DInput,
#endif
#ifdef ANDROID
Android,
#endif
Count
};