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

Method getTopOverlay

forge-gui-mobile/src/forge/toolbox/FOverlay.java:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public static FOverlay getTopOverlay() {
37 if (overlays.isEmpty()) {
38 return null;
39 }
40 return overlays.peek();
41 }
42
43 public static Iterable<FOverlay> getOverlays() {
44 return overlays;

Callers 7

showMenuMethod · 0.95
keyDownMethod · 0.95
keyUpMethod · 0.95
touchDownMethod · 0.95
translateAxisMethod · 0.95
translateButtonsMethod · 0.95
getContainerMethod · 0.95

Calls 2

isEmptyMethod · 0.65
peekMethod · 0.45

Tested by

no test coverage detected