| 204 | } |
| 205 | |
| 206 | MyGUI::MapString SdlBaseManager::getStatistic() |
| 207 | { |
| 208 | MyGUI::MapString statistics; |
| 209 | statistics["FPS"] = MyGUI::utility::toString(mFpsCounter); |
| 210 | mFpsCounter = 0; |
| 211 | return statistics; |
| 212 | } |
| 213 | |
| 214 | void SdlBaseManager::createGui() |
| 215 | { |
nothing calls this directly
no test coverage detected