mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
[MacOS] Implement joystick support
Maniphest Tasks: T508
This commit is contained in:
committed by
Mat Sutcliffe
parent
ab9131fdec
commit
cc620698c6
@@ -35,7 +35,7 @@ namespace BlackInput
|
||||
#elif defined(Q_OS_MACOS)
|
||||
std::unique_ptr<IJoystick> ptr(new CJoystickMacOS(parent));
|
||||
#endif
|
||||
|
||||
ptr->init();
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user