(MouseHandler handler)
| 9 | private static MouseHandler handler; |
| 10 | |
| 11 | public static void init(MouseHandler handler) { |
| 12 | Mouse.handler = handler; |
| 13 | } |
| 14 | |
| 15 | public static boolean isButtonDown(int button) { |
| 16 | return handler.isButtonDown(button); |
no outgoing calls
no test coverage detected