Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ toString
Method
toString
src/main/java/ui/controls/form/KeyInput.java:115–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
String toString() {
116
if
(selected) {
117
return
"Key?"
;
118
}
else
{
119
return
UserKey.getKeyName(keyCode, false);
120
}
121
}
122
}
123
124
//#endif
Callers
2
drawItem
Method · 0.95
getTextLength
Method · 0.95
Calls
1
getKeyName
Method · 0.95
Tested by
no test coverage detected