(int button)
| 78 | }); |
| 79 | Mouse.init(new Mouse.MouseHandler() { |
| 80 | @Override |
| 81 | public boolean isButtonDown(int button) { |
| 82 | return GLFW.glfwGetMouseButton(getMinecraft().f.j(), button) == 1; |
| 83 | } |
| 84 | |
| 85 | @Override |
| 86 | public int getX() { |
nothing calls this directly
no test coverage detected