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

Method isButtonDown

Minecraft-Utils/1.12.2/src/Variables.java:78–81  ·  view source on GitHub ↗
(int button)

Source from the content-addressed store, hash-verified

76 });
77 Mouse.init(new Mouse.MouseHandler() {
78 @Override
79 public boolean isButtonDown(int button) {
80 return org.lwjgl.input.Mouse.isButtonDown(button);
81 }
82
83 @Override
84 public int getX() {

Callers

nothing calls this directly

Calls 1

isButtonDownMethod · 0.65

Tested by

no test coverage detected