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

Method setScrollPos

src/components/ScrollableContainer.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void ScrollableContainer::setScrollPos(const Eigen::Vector2d& pos)
42{
43 mScrollPos = pos;
44}
45
46void ScrollableContainer::update(int deltaTime)
47{

Callers 1

updateDetailDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected