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

Method ClearTyping

client/src/main/java/jake2/client/Key.java:294–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 }
293
294 static void ClearTyping() {
295 ClientGlobals.key_lines[ClientGlobals.edit_line][1] = 0; // clear any typing
296 ClientGlobals.key_linepos = 1;
297 ClientGlobals.con.backedit = 0; // sfranzyshen
298 }
299
300 /**
301 * Called by the system between frames for both key up and key down events.

Callers 2

ConsoleFuncMethod · 0.95
ConsoleClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected