v1.3.0: updated gdx-controllers, fixes iOS and Jamepad issues

This commit is contained in:
Evan Debenham
2022-06-13 23:39:44 -04:00
parent 9e4e7cfa2c
commit 1a74587360
3 changed files with 2 additions and 7 deletions

View File

@@ -54,8 +54,7 @@ public class ControllerHandler implements ControllerListener {
}
public static boolean controllersSupported() {
//disabled on iOS as a temporary workaround for dependency issues between RoboVM and gdx-controllers
if (DeviceCompat.isiOS() || (DeviceCompat.isAndroid() && Gdx.app.getVersion() < 16)) {
if (DeviceCompat.isAndroid() && Gdx.app.getVersion() < 16) {
return false;
} else {
return true;