public static final class Input.InputGameAdapter extends GameAdapter
| Constructor and Description |
|---|
InputGameAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialized(java.lang.String... args)
This method gets called after the
Game.init(String...) method was executed. |
void |
started()
This method gets called after the
Game.start method was executed. |
void |
terminated()
This method is called when the
Game was terminated (just before System.exit is about to be called). |
terminatingpublic void terminated()
GameTerminatedListenerGame was terminated (just before System.exit is about to be called).terminated in interface GameTerminatedListenerterminated in class GameAdapterpublic void initialized(java.lang.String... args)
GameListenerGame.init(String...) method was executed.initialized in interface GameListenerinitialized in class GameAdapterargs - The arguments that were passed to the application.Game.init(String...)public void started()
GameListenerGame.start method was executed.started in interface GameListenerstarted in class GameAdapterGame.start()