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