Home | History | Annotate | Download | only in lwjgl3

Lines Matching defs:stage

30 import com.badlogic.gdx.scenes.scene2d.Stage;
49 private Stage stage;
56 stage = new Stage(new ScreenViewport());
57 Gdx.input.setInputProcessor(stage);
61 stage.addActor(container);
69 stage.setScrollFocus(scroll);
111 stage.act(1f);
112 stage.act(1f);
113 stage.draw();
121 stage.act();
122 stage.draw();
127 stage.getViewport().update(width, height, true);
133 stage.dispose();