mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Scrolling.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user