public class AndroidGameWrapper extends GameWrapper implements ApplicationListener
GameWrapper
Constructor and Description |
---|
AndroidGameWrapper(Context applicationContext,
GameContainer gc,
java.lang.String gameIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
initialise(java.lang.String gameIdentifier) |
boolean |
isGameWindowReady()
Returns if the game window is initialised natively
|
create, createGraphicsContext, dispose, getPlatform, interpolate, pause, render, resize, resume, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
interpolate, update
public AndroidGameWrapper(Context applicationContext, GameContainer gc, java.lang.String gameIdentifier)
public void initialise(java.lang.String gameIdentifier)
initialise
in class GameWrapper
public boolean isGameWindowReady()
GameWrapper
isGameWindowReady
in class GameWrapper