Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isKeyDown
Method
isKeyDown
Mod Utils/src/eu/the5zig/mod/util/Keyboard.java:336–338 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
334
}
335
336
public
static
boolean isKeyDown(
int
key) {
337
return
handler.isKeyDown(key);
338
}
339
340
public
static
void
enableRepeatEvents(boolean repeat) {
341
handler.enableRepeatEvents(repeat);
Callers
14
isCtrlKeyDown
Method · 0.95
drawScreen0
Method · 0.95
tryReset
Method · 0.95
drawScreen0
Method · 0.95
tryReset
Method · 0.95
actionPerformed
Method · 0.95
drawScreen0
Method · 0.95
tryReset
Method · 0.95
actionPerformed
Method · 0.95
tick
Method · 0.95
tick
Method · 0.95
onTick
Method · 0.95
Calls
1
isKeyDown
Method · 0.65
Tested by
no test coverage detected