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

Method SendKeyEvents

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

Source from the content-addressed store, hash-verified

95 }
96
97 static void SendKeyEvents() {
98 ClientGlobals.re.getKeyboardHandler().Update();
99
100 // grab frame time
101 Globals.sys_frame_time = Timer.Milliseconds();
102 }
103
104 public static class cheatvar_t {
105 String name;

Callers 4

PrepRefreshMethod · 0.95
CLClass · 0.95
SendCommandMethod · 0.95
RegisterSoundsMethod · 0.95

Calls 3

MillisecondsMethod · 0.95
UpdateMethod · 0.65
getKeyboardHandlerMethod · 0.65

Tested by

no test coverage detected