Modifier and Type | Field and Description |
---|---|
(package private) Audio |
audio |
(package private) FileIO |
fileIO |
(package private) Graphics |
graphics |
(package private) Input |
input |
(package private) AndroidFastRenderView |
renderView |
(package private) Screen |
screen |
(package private) WakeLock |
wakeLock |
Constructor and Description |
---|
AndroidGame() |
Modifier and Type | Method and Description |
---|---|
Audio |
getAudio() |
Screen |
getCurrentScreen() |
FileIO |
getFileIO() |
Graphics |
getGraphics() |
Input |
getInput() |
void |
onCreate(Bundle savedInstanceState) |
void |
onPause() |
void |
onResume() |
void |
setScreen(Screen screen) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStartScreen
AndroidFastRenderView renderView
Graphics graphics
Audio audio
Input input
FileIO fileIO
Screen screen
WakeLock wakeLock
public void onCreate(Bundle savedInstanceState)
public void onResume()
public void onPause()
public Graphics getGraphics()
getGraphics
in interface Game
public Screen getCurrentScreen()
getCurrentScreen
in interface Game