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

Method isButtonDown

Minecraft-Utils/1.12/src/Variables.java:79–82  ·  view source on GitHub ↗
(int button)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isButtonDownMethod · 0.65

Tested by

no test coverage detected