Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
300
float ScrollView::getZoomScale()
301
{
302
return _container->getScale();
303
}
304
305
void ScrollView::setZoomScale(float s, bool animated)
306
{
Callers
6
isNodeVisible
Method · 0.95
onTouchMoved
Method · 0.95
lua_ax_ui_Button_getZoomScale
Function · 0.45
lua_ax_ui_AbstractCheckButton_getZoomScale
Function · 0.45
lua_ax_ui_Slider_getZoomScale
Function · 0.45
lua_ax_extension_ScrollView_getZoomScale
Function · 0.45
Calls
1
getScale
Method · 0.45
Tested by
no test coverage detected