mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:15:46 -04:00
Android: Add controller interface class
This commit is contained in:
@ -23,6 +23,9 @@ public:
|
||||
#ifdef WIN32
|
||||
XInput,
|
||||
DInput,
|
||||
#endif
|
||||
#ifdef ANDROID
|
||||
Android,
|
||||
#endif
|
||||
Count
|
||||
};
|
||||
|
Reference in New Issue
Block a user