| 121 | } |
| 122 | |
| 123 | void WindowImplLinux::keyDown( const KeyEvent &event ) |
| 124 | { |
| 125 | KeyEvent localEvent( event ); |
| 126 | mAppImpl->setWindow( mWindowRef ); |
| 127 | mWindowRef->emitKeyDown( &localEvent ); |
| 128 | } |
| 129 | |
| 130 | void WindowImplLinux::draw() |
| 131 | { |
nothing calls this directly
no test coverage detected