MCPcopy 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

isCtrlKeyDownMethod · 0.95
drawScreen0Method · 0.95
tryResetMethod · 0.95
drawScreen0Method · 0.95
tryResetMethod · 0.95
actionPerformedMethod · 0.95
drawScreen0Method · 0.95
tryResetMethod · 0.95
actionPerformedMethod · 0.95
tickMethod · 0.95
tickMethod · 0.95
onTickMethod · 0.95

Calls 1

isKeyDownMethod · 0.65

Tested by

no test coverage detected