Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleEvents
Method · 0.95
generateRepeats
Method · 0.95
Calls
2
Event
Method · 0.95
Milliseconds
Method · 0.95
Tested by
no test coverage detected