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

Method setAutoScroll

src/components/ScrollableContainer.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void ScrollableContainer::setAutoScroll(int delay, double speed)
30{
31 mAutoScrollDelay = delay;
32 mAutoScrollSpeed = speed;
33 mAutoScrollTimer = 0;
34}
35
36Eigen::Vector2d ScrollableContainer::getScrollPos() const
37{

Callers 1

GuiGameListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected