Some Keyboard changes.

This commit is contained in:
StackZ
2020-01-02 08:28:13 +01:00
parent 82c15755b4
commit aa85ea9104
5 changed files with 18 additions and 27 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ namespace Input {
// -1 if invaild text entered
int getUint(int max, std::string Text);
std::string getString(std::string Text);
std::string getString(uint maxLength, std::string Text);
std::string getStringLong(std::string Text); // For longer text.
std::string getString(uint maxLength, std::string Text, float inputTextSize = 0.6f);
}
#endif
+1 -1
View File
@@ -30,7 +30,7 @@
#include <string>
namespace Config {
extern int lang, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, ColorKeys, progressbarColor;
extern int lang, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, progressbarColor;
extern std::string ScriptPath, MusicPath, StorePath;
extern bool Logging, UseBars;