MCPcopy Create free account
hub / github.com/cinder/Cinder / launch

Method launch

src/cinder/app/android/AppAndroid.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void 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
67WindowRef AppAndroid::createWindow( const Window::Format &format )
68{

Callers

nothing calls this directly

Calls 2

dbg_app_logFunction · 0.85
setupMethod · 0.45

Tested by

no test coverage detected