| 116 | // -------------------------------------------------------------------------------------------------------------------- |
| 117 | |
| 118 | bool TopLevelWidget::onKeyboard(const KeyboardEvent& ev) |
| 119 | { |
| 120 | return pData->keyboardEvent(ev); |
| 121 | } |
| 122 | |
| 123 | bool TopLevelWidget::onCharacterInput(const CharacterInputEvent& ev) |
| 124 | { |
nothing calls this directly
no test coverage detected