Add Scrolling.

This commit is contained in:
VoltZ
2019-11-01 20:50:00 +01:00
committed by GitHub
parent deaab6b9ed
commit da49c38c9f
3 changed files with 48 additions and 3 deletions
+3 -1
View File
@@ -37,10 +37,12 @@ public:
void Draw(void) const override;
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
ScriptList();
void showParsedObjects(void) const;
private:
std::vector<DirEntry> dirContents;
uint selectedFile = 0;
mutable int screenPos = 0;
mutable int selection = 0;
int keyRepeatDelay = 0;
int fastMode = false;
bool dirChanged = true;