MCPcopy Create free account
hub / github.com/demoth/jake2 / NoAltTabFunc

Method NoAltTabFunc

client/src/main/java/jake2/client/Menu.java:1256–1258  ·  view source on GitHub ↗
(Object unused)

Source from the content-addressed store, hash-verified

1254 }
1255
1256 static void NoAltTabFunc(Object unused) {
1257 Cvar.getInstance().SetValue("win_noalttab", s_options_noalttab_box.curvalue);
1258 }
1259
1260 private static float ClampCvar(float min, float max, float value) {
1261 if (value < min)

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected