| 55 | } |
| 56 | |
| 57 | void AppAndroid::launch() |
| 58 | { |
| 59 | // |
| 60 | // NOTE: Don't call AppImplAndroid's event loop functions from here. |
| 61 | // |
| 62 | |
| 63 | dbg_app_log( "AppAndroid::launch() - calling mImpl->setup()" ); |
| 64 | mImpl->setup(); |
| 65 | } |
| 66 | |
| 67 | WindowRef AppAndroid::createWindow( const Window::Format &format ) |
| 68 | { |
nothing calls this directly
no test coverage detected