Class Game

java.lang.Object
com.badlogic.gdx.Game
All Implemented Interfaces:
ApplicationListener

public abstract class Game extends Object implements ApplicationListener

An ApplicationListener that delegates to a Screen. This allows an application to easily have multiple screens.

Screens are not disposed automatically. You must handle whether you want to keep screens around or dispose of them when another screen is set.