MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isCtrlKeyDown

Method isCtrlKeyDown

The 5zig Mod/src/BytecodeHook.java:92–95  ·  view source on GitHub ↗
(boolean isMacOS)

Source from the content-addressed store, hash-verified

90 }
91
92 @BytecodeAccess
93 public static boolean isCtrlKeyDown(boolean isMacOS) {
94 return The5zigMod.isCtrlKeyDown(isMacOS);
95 }
96
97 @BytecodeAccess
98 public static void setWorldAndResolution() {

Callers

nothing calls this directly

Calls 1

isCtrlKeyDownMethod · 0.95

Tested by

no test coverage detected