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

Method isButtonDown

Mod Utils/src/eu/the5zig/mod/util/Mouse.java:15–17  ·  view source on GitHub ↗
(int button)

Source from the content-addressed store, hash-verified

13 }
14
15 public static boolean isButtonDown(int button) {
16 return handler.isButtonDown(button);
17 }
18
19 public static int getX() {
20 return handler.getX();

Callers 15

handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95
handleMouseInputMethod · 0.95

Calls 1

isButtonDownMethod · 0.65

Tested by

no test coverage detected