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

Method scroll

src/components/GuiFastSelect.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void GuiFastSelect::scroll()
126{
127 setLetterID(mLetterID + mScrollOffset);
128 mScrollSound->play();
129}
130
131void GuiFastSelect::setLetterID(int id)
132{

Callers

nothing calls this directly

Calls 1

playMethod · 0.45

Tested by

no test coverage detected