OSDN Git Service

fixed a few more ios issues
[mikumikustudio/libgdx-mikumikustudio.git] / gdx / src / com / badlogic / gdx / Application.java
index 768083f..19a823d 100644 (file)
@@ -151,7 +151,7 @@ public interface Application {
        /** @return what {@link ApplicationType} this application has, e.g. Android or Desktop */\r
        public ApplicationType getType ();\r
 \r
-       /** @return the Android API level on Android or 0 on the desktop. */\r
+       /** @return the Android API level on Android, the major OS version on iOS (5, 6, 7, ..), or 0 on the desktop. */\r
        public int getVersion ();\r
 \r
        /** @return the Java heap memory use in bytes */\r