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

Method getSelection

src/components/TextListComponent.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352template <typename T>
353int TextListComponent<T>::getSelection()
354{
355 return mSelection;
356}
357
358template <typename T>
359bool TextListComponent<T>::isScrolling()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected