|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationListener | |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.android | |
com.badlogic.gdx.backends.jogl | |
com.badlogic.gdx.backends.lwjgl |
Uses of ApplicationListener in com.badlogic.gdx |
---|
Classes in com.badlogic.gdx that implement ApplicationListener | |
---|---|
class |
Game
An ApplicationListener that delegates to a Screen . |
Uses of ApplicationListener in com.badlogic.gdx.backends.android |
---|
Fields in com.badlogic.gdx.backends.android declared as ApplicationListener | |
---|---|
protected ApplicationListener |
AndroidApplication.listener
|
Methods in com.badlogic.gdx.backends.android with parameters of type ApplicationListener | |
---|---|
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. |
Uses of ApplicationListener in com.badlogic.gdx.backends.jogl |
---|
Constructors in com.badlogic.gdx.backends.jogl with parameters of type ApplicationListener | |
---|---|
JoglApplication(ApplicationListener listener,
JoglApplicationConfiguration config)
|
|
JoglApplication(ApplicationListener listener,
java.lang.String title,
int width,
int height,
boolean useGL20IfAvailable)
Creates a new JoglApplication with the given title and dimensions. |
Uses of ApplicationListener in com.badlogic.gdx.backends.lwjgl |
---|
Constructors in com.badlogic.gdx.backends.lwjgl with parameters of type ApplicationListener | |
---|---|
LwjglApplet(ApplicationListener listener,
boolean useGL2)
|
|
LwjglApplication(ApplicationListener listener,
boolean useGL2,
java.awt.Canvas canvas)
|
|
LwjglApplication(ApplicationListener listener,
LwjglApplicationConfiguration config)
|
|
LwjglApplication(ApplicationListener listener,
java.lang.String title,
int width,
int height,
boolean useGL2)
|
|
LwjglCanvas(ApplicationListener listener,
boolean useGL2)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |