returns the last seen mouse state
()
| 647 | */ |
| 648 | public Window addKeyboardHandler(Function<Event<KeyboardState>, Boolean> h) { |
| 649 | keyboardHandlers.add(h); |
| 650 | return this; |
| 651 | } |
| 652 | |
| 653 | /** |
| 654 | * A keyboard handler is a Function<Event<MouseState>, Boolean>>, that is a function that takes a transition between two MouseStates and returns a boolean, whether or not it ever wants to be |
no outgoing calls
no test coverage detected