You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically implement the buttons on the thumbstick on controllers. Support for these controllers was evidently added in iOS 12.1.
I don't know enough about iOS programming to implement it properly, but I do know from poking around that you'd need to implement extendedGamepad.leftThumbstickButton and extendedGamepad.rightThumbstickButton in MFiGameController.swift.
The text was updated successfully, but these errors were encountered:
Basically implement the buttons on the thumbstick on controllers. Support for these controllers was evidently added in iOS 12.1.
I don't know enough about iOS programming to implement it properly, but I do know from poking around that you'd need to implement
extendedGamepad.leftThumbstickButton
andextendedGamepad.rightThumbstickButton
in MFiGameController.swift.The text was updated successfully, but these errors were encountered: