Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getWidth
Method · 0.65
getHeight
Method · 0.65
Tested by
no test coverage detected