|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application.ApplicationType | |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.android | |
com.badlogic.gdx.backends.lwjgl |
Uses of Application.ApplicationType in com.badlogic.gdx |
---|
Methods in com.badlogic.gdx that return Application.ApplicationType | |
---|---|
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. |
Uses of Application.ApplicationType in com.badlogic.gdx.backends.android |
---|
Methods in com.badlogic.gdx.backends.android that return Application.ApplicationType | |
---|---|
Application.ApplicationType |
AndroidApplication.getType()
|
Uses of Application.ApplicationType in com.badlogic.gdx.backends.lwjgl |
---|
Methods in com.badlogic.gdx.backends.lwjgl that return Application.ApplicationType | |
---|---|
Application.ApplicationType |
LwjglApplication.getType()
|
Application.ApplicationType |
LwjglCanvas.getType()
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |