mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Add support for controller on Android
This commit is contained in:
@@ -46,6 +46,9 @@ InputManager::InputManager()
|
||||
#if HAS_WIIMOTE
|
||||
create_provider<WiimoteControllerProvider>();
|
||||
#endif
|
||||
#if __ANDROID__
|
||||
create_provider<AndroidControllerProvider>();
|
||||
#endif
|
||||
|
||||
m_update_thread_shutdown.store(false);
|
||||
m_update_thread = std::thread(&InputManager::update_thread, this);
|
||||
|
||||
Reference in New Issue
Block a user