Package | Description |
---|---|
desertcookie.simple2d.core | |
desertcookie.simple2d.entities | |
desertcookie.simple2d.ui |
Modifier and Type | Field | Description |
---|---|---|
private static InputHandler |
Game.inputHandler |
Modifier and Type | Method | Description |
---|---|---|
static InputHandler |
Game.getInputHandler() |
Modifier and Type | Method | Description |
---|---|---|
(package private) void |
Display.setInputListeners(InputHandler input) |
Setzt die InputListener für Input.
|
abstract void |
GameScene.update(double deltaTime,
InputHandler input) |
Methode für Update-Code, die regelmäßig vom Game Loop aufgerufen wird, wenn diese Szene die aktive Szene im GameSceneHandler ist.
|
void |
SplashScreen.update(double dt,
InputHandler input) |
|
(package private) void |
GameSceneHandler.updateActiveScene(double dt,
InputHandler input) |
Updatet die aktive GameScene.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
Entity.update(double deltaTime,
InputHandler input) |
Methode für Update-Code.
|
void |
Player.update(double deltaTime,
InputHandler input) |
Modifier and Type | Method | Description |
---|---|---|
void |
Background.update(double deltaTime,
InputHandler input) |
|
void |
Button.update(double deltaTime,
InputHandler input) |
|
void |
UiComponent.update(double deltaTime,
InputHandler input) |