mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Simulate a progressbar. (For testing purpose) ( ͡° ͜ʖ ͡°)
Press Select in the MainMenu, to show the progressbar. This will get removed after the download progressbar is implemented.
This commit is contained in:
@@ -38,7 +38,14 @@ public:
|
||||
void Draw(void) const override;
|
||||
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
|
||||
private:
|
||||
void DrawMainMenu(void) const;
|
||||
void DisplayTestbar(void) const;
|
||||
void ProgressBarLogic(u32 hDown, u32 hHeld);
|
||||
|
||||
int keyRepeatDelay = 3;
|
||||
int mode = 0;
|
||||
int Selection = 0;
|
||||
|
||||
std::vector<Structs::ButtonPos> mainButtons = {
|
||||
{10, 40, 140, 35, -1}, // Scriptlist.
|
||||
{170, 40, 140, 35, -1}, // ScriptBrowse.
|
||||
|
||||
Reference in New Issue
Block a user