(int button)
| 80 | }); |
| 81 | Mouse.init(new Mouse.MouseHandler() { |
| 82 | @Override |
| 83 | public boolean isButtonDown(int button) { |
| 84 | return org.lwjgl.input.Mouse.isButtonDown(button); |
| 85 | } |
| 86 | |
| 87 | @Override |
| 88 | public int getX() { |
nothing calls this directly
no test coverage detected