Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.android | |
com.badlogic.gdx.backends.iosrobovm | |
com.badlogic.gdx.backends.jglfw | |
com.badlogic.gdx.backends.lwjgl |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter
Convenience implementation of
ApplicationListener . |
class |
Game
An
ApplicationListener that delegates to a Screen . |
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
Application.getApplicationListener() |
Modifier and Type | Field and Description |
---|---|
protected ApplicationListener |
AndroidApplication.listener |
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
AndroidApplication.getApplicationListener() |
Modifier and Type | Method and Description |
---|---|
void |
AndroidApplication.initialize(ApplicationListener listener,
AndroidApplicationConfiguration config)
This method has to be called in the
Activity#onCreate(Bundle) method. |
void |
AndroidApplication.initialize(ApplicationListener listener,
boolean useGL2IfAvailable)
This method has to be called in the
Activity#onCreate(Bundle) method. |
View |
AndroidApplication.initializeForView(ApplicationListener listener,
AndroidApplicationConfiguration config)
This method has to be called in the
Activity#onCreate(Bundle) method. |
View |
AndroidApplication.initializeForView(ApplicationListener listener,
boolean useGL2IfAvailable)
This method has to be called in the
Activity#onCreate(Bundle) method. |
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
IOSApplication.getApplicationListener() |
Constructor and Description |
---|
IOSApplication(ApplicationListener listener,
IOSApplicationConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
JglfwApplication.getApplicationListener() |
Constructor and Description |
---|
JglfwApplication(ApplicationListener listener) |
JglfwApplication(ApplicationListener listener,
JglfwApplicationConfiguration config) |
JglfwApplication(ApplicationListener listener,
java.lang.String title,
int width,
int height,
boolean useGL2) |
Modifier and Type | Field and Description |
---|---|
protected ApplicationListener |
LwjglApplication.listener |
Modifier and Type | Method and Description |
---|---|
ApplicationListener |
LwjglApplication.getApplicationListener() |
ApplicationListener |
LwjglCanvas.getApplicationListener() |
Constructor and Description |
---|
LwjglApplet(ApplicationListener listener,
LwjglApplicationConfiguration config) |
LwjglApplication(ApplicationListener listener) |
LwjglApplication(ApplicationListener listener,
boolean useGL2,
java.awt.Canvas canvas) |
LwjglApplication(ApplicationListener listener,
LwjglApplicationConfiguration config) |
LwjglApplication(ApplicationListener listener,
LwjglApplicationConfiguration config,
java.awt.Canvas canvas) |
LwjglApplication(ApplicationListener listener,
LwjglApplicationConfiguration config,
LwjglGraphics graphics) |
LwjglApplication(ApplicationListener listener,
java.lang.String title,
int width,
int height,
boolean useGL2) |
LwjglCanvas(ApplicationListener listener,
boolean useGL2) |
LwjglCanvas(ApplicationListener listener,
LwjglApplicationConfiguration config) |