Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.80
start
Method · 0.80
onSettingsPressed
Method · 0.80
triggered
Method · 0.80
triggered
Method · 0.80
clicked
Method · 0.80
onConfigureClicked
Method · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected