(int button)
| 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() { |
nothing calls this directly
no test coverage detected