| 26 | } |
| 27 | |
| 28 | public interface Hold { |
| 29 | boolean update(Window.Event<Window.KeyboardState> e, boolean termination); |
| 30 | } |
| 31 | |
| 32 | Map<Integer, Collection<Hold>> ongoingDrags = new HashMap<Integer, Collection<Hold>>(); |
| 33 |
no outgoing calls
no test coverage detected