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

Method Frame

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

Source from the content-addressed store, hash-verified

138 }
139
140 public static void Frame() {
141
142 if (!ClientGlobals.cl.cinematicpalette_active && (!ClientGlobals.cl.refresh_prepped || ClientGlobals.cls.key_dest == key_console
143 || ClientGlobals.cls.key_dest == key_menu))
144 DeactivateMouse();
145 else
146 ActivateMouse();
147 }
148
149 public static void CenterView() {
150 ClientGlobals.cl.viewangles[PITCH] = -Math3D

Callers 1

FrameMethod · 0.95

Calls 2

DeactivateMouseMethod · 0.95
ActivateMouseMethod · 0.95

Tested by

no test coverage detected