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

Method InvertMouseFunc

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

Source from the content-addressed store, hash-verified

1310 }
1311
1312 private static void InvertMouseFunc(Object unused) {
1313 Cvar.getInstance().SetValue("m_pitch", -ClientGlobals.m_pitch.value);
1314 }
1315
1316 private static void LookspringFunc(Object unused) {
1317 Cvar.getInstance().SetValue("lookspring", 1 - ClientGlobals.lookspring.value);

Callers 1

executeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected