MCPcopy Create free account
hub / github.com/HumbleUI/Skija / prevScene

Method prevScene

examples/scenes/src/Scenes.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 public static Scene prevScene() {
81 return setScene(Optional.ofNullable(scenes.lowerKey(currentScene)).orElse(scenes.lastKey()));
82 }
83
84 public static Scene setScene(String scene) {
85 currentScene = scene;

Callers 4

acceptMethod · 0.95
loopMethod · 0.95
initWindowMethod · 0.95
onKeyDownMethod · 0.95

Calls 1

setSceneMethod · 0.95

Tested by

no test coverage detected