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

Method Init

client/src/main/java/jake2/client/IN.java:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 public static void Init() {
95 ClientGlobals.in_mouse = Cvar.getInstance().Get("in_mouse", "1", CVAR_ARCHIVE);
96 ClientGlobals.in_joystick = Cvar.getInstance().Get("in_joystick", "0", CVAR_ARCHIVE);
97 }
98
99 public static void Shutdown() {
100 mouse_avail = false;

Callers 1

InitMethod · 0.95

Calls 2

getInstanceMethod · 0.95
GetMethod · 0.80

Tested by

no test coverage detected