Uses of Class
com.badlogic.gdx.Application.ApplicationType
-
Packages that use Application.ApplicationType Package Description com.badlogic.gdx com.badlogic.gdx.graphics.glutils -
-
Uses of Application.ApplicationType in com.badlogic.gdx
Methods in com.badlogic.gdx that return Application.ApplicationType Modifier and Type Method Description Application.ApplicationTypeApplication. getType()static Application.ApplicationTypeApplication.ApplicationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Application.ApplicationType[]Application.ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Application.ApplicationType in com.badlogic.gdx.graphics.glutils
Constructors in com.badlogic.gdx.graphics.glutils with parameters of type Application.ApplicationType Constructor Description GLVersion(Application.ApplicationType appType, java.lang.String versionString, java.lang.String vendorString, java.lang.String rendererString)
-