Add evdev controller interface

This commit is contained in:
Connor McLaughlin
2021-02-07 21:32:59 +10:00
parent ee3aa0dc4d
commit 53fb55ff15
5 changed files with 503 additions and 0 deletions

View File

@ -26,6 +26,9 @@ public:
#endif
#ifdef ANDROID
Android,
#endif
#ifdef WITH_EVDEV
Evdev,
#endif
Count
};