public class CardChoiceScreen extends InteractiveScreen
applicationHeight, applicationWidth, camera, inputMultiplexer, stage, viewport
Constructor and Description |
---|
CardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
Instantiates a new card choice screen
|
Modifier and Type | Method and Description |
---|---|
boolean |
keyUp(int keyCode) |
void |
render(float v) |
boolean |
touchUp(int screenX,
int screenY,
int pointer,
int button) |
keyDown, keyTyped, mouseMoved, scrolled, show, touchDown, touchDragged
public CardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally wrapper which is parent of this screenpublic void render(float v)
render
in interface com.badlogic.gdx.Screen
render
in class AbstractScreen
public boolean keyUp(int keyCode)
keyUp
in interface com.badlogic.gdx.InputProcessor
keyUp
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