public abstract class DesktopGameWrapper extends GameWrapper
GameWrapper
Constructor and Description |
---|
DesktopGameWrapper(GameContainer gc,
java.lang.String gameIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
initialise(java.lang.String gameIdentifier) |
abstract void |
initialisePlatformUtils() |
create, createGraphicsContext, createGraphicsUtils, dispose, getPlatform, interpolate, isGameWindowReady, pause, preUpdate, preUpdatePhysics, render, resize, resume, update, updatePhysics
public DesktopGameWrapper(GameContainer gc, java.lang.String gameIdentifier)
public void initialise(java.lang.String gameIdentifier)
initialise
in class GameWrapper
public abstract void initialisePlatformUtils()