public class LobbyScreen extends InteractiveScreen
applicationHeight, applicationWidth, camera, inputMultiplexer, stage, viewport
Constructor and Description |
---|
LobbyScreen(RoboRallyWrapper roboRallyWrapper)
Instantiates a new lobby screen
|
Modifier and Type | Method and Description |
---|---|
boolean |
keyUp(int keyCode) |
void |
render(float delta) |
void |
show() |
keyDown, keyTyped, mouseMoved, scrolled, touchDown, touchDragged, touchUp
public LobbyScreen(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 boolean keyUp(int keyCode)
keyUp
in interface com.badlogic.gdx.InputProcessor
keyUp
in class InteractiveScreen
public void render(float delta)
render
in interface com.badlogic.gdx.Screen
render
in class AbstractScreen