mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Some next TinyDB Screen work.
To-Do: Figure out how to handle that info stuff from the arrays.
This commit is contained in:
@@ -34,8 +34,16 @@ class TinyDB : public Screen
|
||||
public:
|
||||
void Draw(void) const override;
|
||||
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
|
||||
TinyDB();
|
||||
|
||||
private:
|
||||
void execute();
|
||||
mutable int selection = 0;
|
||||
int screenPos = 0;
|
||||
int listMode = 0;
|
||||
mutable int screenPosList = 0;
|
||||
int keyRepeatDelay = 0;
|
||||
int fastMode = false;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user