MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getScrollPos

Method getScrollPos

src/components/ScrollableContainer.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36Eigen::Vector2d ScrollableContainer::getScrollPos() const
37{
38 return mScrollPos;
39}
40
41void ScrollableContainer::setScrollPos(const Eigen::Vector2d& pos)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected