Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ execute
Method
execute
client/src/main/java/jake2/client/Menu.java:482–484 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
480
481
static
keyfunc_t Main_Key =
new
keyfunc_t() {
482
public
String execute(
int
key) {
483
return
Main_Key(key);
484
}
485
};
486
487
private
static
String Main_Key(
int
key) {
Callers
nothing calls this directly
Calls
15
Main_Key
Method · 0.95
JoinNetworkServerFunc
Method · 0.95
StartNetworkServerFunc
Method · 0.95
PlayerSetupFunc
Method · 0.95
Multiplayer_MenuKey
Method · 0.95
KeyCursorDrawFunc
Method · 0.95
DrawKeyBindingFunc
Method · 0.95
Keys_MenuKey_f
Method · 0.95
UpdateVolumeFunc
Method · 0.95
UpdateCDVolumeFunc
Method · 0.95
UpdateSoundQualityFunc
Method · 0.95
MouseSpeedFunc
Method · 0.95
Tested by
no test coverage detected