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

Method isTablet

forge-gui-ios/src/forge/ios/Main.java:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 @Override
109 public boolean isTablet() {
110 return Gdx.graphics.getWidth() > Gdx.graphics.getHeight();
111 }
112
113 @Override
114 public void restart() {

Callers

nothing calls this directly

Calls 2

getWidthMethod · 0.65
getHeightMethod · 0.65

Tested by

no test coverage detected