Return the initial zoom factor
| 329 | |
| 330 | // Return the initial zoom factor |
| 331 | inline float Scene::getInitZoom() const { |
| 332 | return mInitZoom; |
| 333 | } |
| 334 | |
| 335 | // Set the initial zoom factor |
| 336 | inline void Scene::setInitZoom(float zoom) { |
nothing calls this directly
no outgoing calls
no test coverage detected