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

Method updateAndDraw

src/cinder/app/android/AppImplAndroid.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void AppImplAndroid::updateAndDraw()
151{
152 mApp->privateUpdate__();
153 for( auto &window : mWindows ) {
154 window->draw();
155 }
156}
157
158void AppImplAndroid::onTouchBegan( int id, float x, float y )
159{

Callers 1

executeMethod · 0.80

Calls 2

privateUpdate__Method · 0.80
drawMethod · 0.45

Tested by

no test coverage detected