mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
re-order the keyboard string to make renaming stuff less annoying
This commit is contained in:
parent
732165153b
commit
c644820e41
@ -868,7 +868,7 @@ bool ShowInputPrompt(char* inputstr, u32 max_size, u32 resize, const char* alpha
|
||||
}
|
||||
|
||||
bool ShowStringPrompt(char* inputstr, u32 max_size, const char *format, ...) {
|
||||
const char* alphabet = " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz(){}[]'`^,~*?!@#$%&0123456789=+-_.";
|
||||
const char* alphabet = " aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ(){}[]'`^,~*?!@#$%&0123456789=+-_.";
|
||||
bool ret = false;
|
||||
va_list va;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user