| 121 | } |
| 122 | |
| 123 | bool TopLevelWidget::onCharacterInput(const CharacterInputEvent& ev) |
| 124 | { |
| 125 | return pData->characterInputEvent(ev); |
| 126 | } |
| 127 | |
| 128 | bool TopLevelWidget::onMouse(const MouseEvent& ev) |
| 129 | { |
nothing calls this directly
no test coverage detected