MCPcopy Create free account
hub / github.com/agateau/pixelwheels / pushScreen

Method pushScreen

core/src/com/agateau/pixelwheels/PwGame.java:280–282  ·  view source on GitHub ↗
(Screen screen)

Source from the content-addressed store, hash-verified

278 }
279
280 public void pushScreen(Screen screen) {
281 mScreenStack.push(screen);
282 }
283
284 public void popScreen() {
285 mScreenStack.pop();

Callers 7

startMethod · 0.80
startMethod · 0.80
onSettingsPressedMethod · 0.80
triggeredMethod · 0.80
triggeredMethod · 0.80
clickedMethod · 0.80
onConfigureClickedMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected