| 217 | } |
| 218 | |
| 219 | void WindowImplLinux::keyDown( const KeyEvent &event ) |
| 220 | { |
| 221 | KeyEvent localEvent( event ); |
| 222 | mAppImpl->setWindow( mWindowRef ); |
| 223 | mWindowRef->emitKeyDown( &localEvent ); |
| 224 | } |
| 225 | |
| 226 | void WindowImplLinux::draw() |
| 227 | { |
nothing calls this directly
no test coverage detected