Skip to content

v1.1

Compare
Choose a tag to compare
@zydeco zydeco released this 11 Jan 19:22
· 21 commits to master since this release
  • Updated docs and readme to reflect iOS 13 requirements
  • Updated example app to reflect new features

New Features

  • Controller battery level monitoring
  • Optional features using private API:
    Use the no-private-api subspec or -DSTEAMCONTROLLER_NO_PRIVATE_API to exclude these features.
    • Listen for controller reconnection
    • Don't idle while controller is being used
  • Ability to switch between keyboard/mouse and controller modes
  • Handle back/forward buttons extending GCExtendedGamepad
  • Add handler for steam button combinations

Breaking changes:

  • No longer sends back/forward button as combinations of other buttons
  • Steam button combinations to switch modes no longer part of the library (can be handled by app through steamButtonCombinationHandler, see example)