mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Made two member functions in TextListComponent private instead of protected.
This commit is contained in:
parent
0a2a6d1907
commit
48d86ccea7
|
@ -82,7 +82,7 @@ public:
|
|||
return mLetterCaseGroupedCollections;
|
||||
}
|
||||
|
||||
protected:
|
||||
private:
|
||||
void onShow() override { mLoopTime = 0; }
|
||||
void onScroll() override
|
||||
{
|
||||
|
@ -90,8 +90,6 @@ protected:
|
|||
NavigationSounds::getInstance().playThemeNavigationSound(SCROLLSOUND);
|
||||
}
|
||||
void onCursorChanged(const CursorState& state) override;
|
||||
|
||||
private:
|
||||
bool isScrolling() const override { return List::isScrolling(); }
|
||||
void stopScrolling() override { List::stopScrolling(); }
|
||||
const int getScrollingVelocity() override { return List::getScrollingVelocity(); }
|
||||
|
|
Loading…
Reference in a new issue