| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.backends.gwt | |
| com.badlogic.gdx.backends.iosrobovm | |
| com.badlogic.gdx.backends.lwjgl | |
| com.badlogic.gdx.graphics.glutils |
| Modifier and Type | Method and Description |
|---|---|
Application.ApplicationType |
Application.getType() |
static Application.ApplicationType |
Application.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.
|
| Modifier and Type | Method and Description |
|---|---|
Application.ApplicationType |
GwtApplication.getType() |
| Modifier and Type | Method and Description |
|---|---|
Application.ApplicationType |
IOSApplication.getType() |
| Modifier and Type | Method and Description |
|---|---|
Application.ApplicationType |
LwjglApplication.getType() |
Application.ApplicationType |
LwjglCanvas.getType() |
| Constructor and Description |
|---|
GLVersion(Application.ApplicationType appType,
java.lang.String versionString,
java.lang.String vendorString,
java.lang.String rendererString) |