[MacOS] Implement joystick support

Maniphest Tasks: T508
This commit is contained in:
Roland Rossgotterer
2019-01-10 14:01:36 +01:00
committed by Mat Sutcliffe
parent ab9131fdec
commit cc620698c6
8 changed files with 350 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackInput
#elif defined(Q_OS_MACOS)
std::unique_ptr<IJoystick> ptr(new CJoystickMacOS(parent));
#endif
ptr->init();
return ptr;
}