v1.3.0: updated gdx-controllers, fixes iOS and Jamepad issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user