Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ hasKeyboard
Method
hasKeyboard
forge-gui-mobile/src/forge/Forge.java:302–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
public
static
boolean hasKeyboard() {
303
return
!GuiBase.isAndroid();
304
}
305
306
public
static
InputProcessor getInputProcessor() {
307
return
inputProcessor;
Callers
1
hasExternalInput
Method · 0.95
Calls
1
isAndroid
Method · 0.95
Tested by
no test coverage detected