()
| 838 | if (window == Window.this.window) { |
| 839 | MouseState next = mouseState.withButton(button, pressed != 0, mods); |
| 840 | fireMouseTransition(mouseState, next); |
| 841 | mouseState = next; |
| 842 | } |
| 843 | } |
| 844 | |
| 845 | @Override |
no outgoing calls
no test coverage detected