MCPcopy Create free account
hub / github.com/axmolengine/axmol / getZoomScale

Method getZoomScale

extensions/GUI/src/GUI/ScrollView/ScrollView.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300float ScrollView::getZoomScale()
301{
302 return _container->getScale();
303}
304
305void ScrollView::setZoomScale(float s, bool animated)
306{

Calls 1

getScaleMethod · 0.45

Tested by

no test coverage detected