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