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

Method scrollToItem

core/ui/UIListView.cpp:833–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833void ListView::scrollToItem(ssize_t itemIndex, const Vec2& positionRatioInView, const Vec2& itemAnchorPoint)
834{
835 scrollToItem(itemIndex, positionRatioInView, itemAnchorPoint, _scrollTime);
836}
837
838void ListView::scrollToItem(ssize_t itemIndex,
839 const Vec2& positionRatioInView,

Callers 6

initMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 3

initMethod · 0.36
initMethod · 0.36
initMethod · 0.36