public class BoardActiveScreen extends InteractiveScreen
applicationHeight, applicationWidth, camera, inputMultiplexer, stage, viewport
Constructor and Description |
---|
BoardActiveScreen(RoboRallyWrapper roboRallyWrapper)
Instantiates a new board active screen
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
boolean |
keyTyped(char character) |
boolean |
keyUp(int keyCode) |
void |
render(float delta) |
boolean |
scrolled(int amount) |
void |
show() |
boolean |
touchDown(int screenX,
int screenY,
int pointer,
int button) |
boolean |
touchDragged(int screenX,
int screenY,
int pointer) |
boolean |
touchUp(int screenX,
int screenY,
int pointer,
int button) |
keyDown, mouseMoved
hide, pause, resize, resume
public BoardActiveScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally wrapper which is parent of this screenpublic void show()
show
in interface com.badlogic.gdx.Screen
show
in class InteractiveScreen
public void render(float delta)
render
in interface com.badlogic.gdx.Screen
render
in class AbstractScreen
public void dispose()
dispose
in interface com.badlogic.gdx.Screen
dispose
in class AbstractScreen
public boolean keyUp(int keyCode)
keyUp
in interface com.badlogic.gdx.InputProcessor
keyUp
in class InteractiveScreen
public boolean keyTyped(char character)
keyTyped
in interface com.badlogic.gdx.InputProcessor
keyTyped
in class InteractiveScreen
public boolean touchDown(int screenX, int screenY, int pointer, int button)
touchDown
in interface com.badlogic.gdx.InputProcessor
touchDown
in class InteractiveScreen
public boolean touchUp(int screenX, int screenY, int pointer, int button)
touchUp
in interface com.badlogic.gdx.InputProcessor
touchUp
in class InteractiveScreen
public boolean touchDragged(int screenX, int screenY, int pointer)
touchDragged
in interface com.badlogic.gdx.InputProcessor
touchDragged
in class InteractiveScreen
public boolean scrolled(int amount)
scrolled
in interface com.badlogic.gdx.InputProcessor
scrolled
in class InteractiveScreen