Skip to content
Jan Niklas Hasse edited this page Jan 19, 2021 · 1 revision

See https://github.com/jhasse/jngl#ios

In AppleTVs plist.in file you can set the gamepad type. ExtendedGamepad = Xbox gamepad

<key>GCSupportedGameControllers</key>
<array>
    <dict>
      <key>ProfileName</key>
      <string>ExtendedGamepad</string>
    </dict>
  </array>
<key>GCSupportsControllerUserInteraction</key>
<true/>
Clone this wiki locally