EvdevInputSource: Migrate to new abstractions

This commit is contained in:
Connor McLaughlin
2022-08-25 00:54:22 +10:00
parent 6df7d9acda
commit bfafa95f65
9 changed files with 637 additions and 553 deletions

View File

@ -69,6 +69,9 @@ public:
#ifdef WITH_SDL2
static std::unique_ptr<InputSource> CreateSDLSource();
#endif
#ifdef WITH_EVDEV
static std::unique_ptr<InputSource> CreateEvdevSource();
#endif
#ifdef __ANDROID__
static std::unique_ptr<InputSource> CreateAndroidSource();
#endif