MCPcopy Create free account
hub / github.com/Card-Forge/forge / exitAnimation

Method exitAnimation

forge-gui-mobile/src/forge/Forge.java:1144–1150  ·  view source on GitHub ↗
(boolean restart)

Source from the content-addressed store, hash-verified

1142 }
1143
1144 public static void exitAnimation(boolean restart) {
1145 if (transitionScreen != null)
1146 return; //finish transition incase exit is touched
1147 if (closingScreen == null) {
1148 closingScreen = new ClosingScreen(restart);
1149 }
1150 }
1151
1152 public static abstract class KeyInputAdapter {
1153 public abstract FDisplayObject getOwner();

Callers 5

restartMethod · 0.95
exitMethod · 0.95
checkForUpdatesMethod · 0.95
runMethod · 0.95
keyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected