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

Method getContentOffset

extensions/GUI/src/GUI/ScrollView/ScrollView.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265Vec2 ScrollView::getContentOffset()
266{
267 return _container->getPosition();
268}
269
270void ScrollView::setZoomScale(float s)
271{

Callers 5

isNodeVisibleMethod · 0.95
onMouseScrollMethod · 0.80
tableCellTouchedMethod · 0.80
scrollViewDidScrollMethod · 0.80

Calls 1

getPositionMethod · 0.45

Tested by 2

onMouseScrollMethod · 0.64
tableCellTouchedMethod · 0.64