Package controller
Class LibgdxSetup
java.lang.Object
com.badlogic.gdx.Game
controller.LibgdxSetup
- All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener
public class LibgdxSetup
extends com.badlogic.gdx.Game
ApplicationListener that delegates to the MainGameController. Just some setup.
-
Field Summary
Fields inherited from class com.badlogic.gdx.Game
screen
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationListener
that delegates to the MainGameController. -
Method Summary
Methods inherited from class com.badlogic.gdx.Game
getScreen, pause, render, resize, resume, setScreen
-
Constructor Details
-
LibgdxSetup
ApplicationListener
that delegates to the MainGameController. Just some setup.
-
-
Method Details
-
create
public void create() -
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.ApplicationListener
- Overrides:
dispose
in classcom.badlogic.gdx.Game
-