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

Method init

Mod Utils/src/eu/the5zig/mod/util/Mouse.java:11–13  ·  view source on GitHub ↗
(MouseHandler handler)

Source from the content-addressed store, hash-verified

9 private static MouseHandler handler;
10
11 public static void init(MouseHandler handler) {
12 Mouse.handler = handler;
13 }
14
15 public static boolean isButtonDown(int button) {
16 return handler.isButtonDown(button);

Callers 12

VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95
VariablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected