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

Method Do_Key_Event

client/src/main/java/jake2/client/LWJGLKBD.java:200–202  ·  view source on GitHub ↗
(int key, boolean down)

Source from the content-addressed store, hash-verified

198 }
199
200 public void Do_Key_Event(int key, boolean down) {
201 Key.Event(key, down, Timer.Milliseconds());
202 }
203
204 public void installGrabs()
205 {

Callers 2

HandleEventsMethod · 0.95
generateRepeatsMethod · 0.95

Calls 2

EventMethod · 0.95
MillisecondsMethod · 0.95

Tested by

no test coverage detected