Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ key
Method
key
src/main/java/ui/keys/UserKeyEdit.java:113–121 ·
view source on GitHub ↗
(int keyCode)
Source
from the content-addressed store, hash-verified
111
}
112
113
public
boolean key(
int
keyCode) {
114
if
(!key_t.selected)
115
return
false;
116
117
key_t.key(keyCode);
118
u.key = key_t.keyCode;
119
// redraw(); // Need?
120
return
true;
121
}
122
}
123
124
//#endif
Callers
1
keyExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected