See desc for more.

- Added option, to have a 400x214px custom Image as the Background on a UniStore.

- Added a header bar on almost all menus.

- Added GUI Settings.
This commit is contained in:
StackZ 2020-11-01 04:31:04 +01:00
commit a2f3efc640
20 changed files with 317 additions and 88 deletions

View file

@ -27,10 +27,11 @@
#ifndef _UNIVERSAL_UPDATER_KEYBOARD_HPP
#define _UNIVERSAL_UPDATER_KEYBOARD_HPP
#include "storeEntry.hpp"
#include <string>
namespace Input {
std::string setkbdString(const uint &maxLength, const std::string &Text);
std::string setkbdString(uint maxLength, const std::string &Text, const std::vector<std::unique_ptr<StoreEntry>> &entries);
};
#endif