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:
@@ -41,6 +41,8 @@
|
||||
#define BarColor C2D_Color32(57, 84, 114, 255)
|
||||
#define TopBGColor C2D_Color32(96, 168, 192, 255)
|
||||
#define BottomBGColor C2D_Color32(38, 44, 77, 255)
|
||||
#define SelectedColor C2D_Color32(120, 192, 216, 255)
|
||||
#define UnselectedColor C2D_Color32(77, 118, 132, 255)
|
||||
#define BLACK C2D_Color32(0, 0, 0, 255)
|
||||
#define WHITE C2D_Color32(255, 255, 255, 255)
|
||||
#define TextColor C2D_Color32(102, 179, 255, 255)
|
||||
|
||||
@@ -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