| 106 | } |
| 107 | |
| 108 | void WindowImplAndroid::keyDown( const KeyEvent &event ) |
| 109 | { |
| 110 | KeyEvent localEvent( event ); |
| 111 | mAppImpl->setWindow( mWindowRef ); |
| 112 | mWindowRef->emitKeyDown( &localEvent ); |
| 113 | } |
| 114 | |
| 115 | void WindowImplAndroid::draw() |
| 116 | { |
nothing calls this directly
no test coverage detected