mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Keyboard: Use Native System Keyboard.
This commit is contained in:
@@ -30,15 +30,9 @@
|
||||
#include <string>
|
||||
|
||||
namespace Input {
|
||||
void DrawNumpad();
|
||||
void drawKeyboard();
|
||||
std::string Numpad(std::string Text);
|
||||
std::string Numpad(uint maxLength, std::string Text);
|
||||
// -1 if invaild text entered
|
||||
int getUint(int max, std::string Text);
|
||||
std::string getString(std::string Text);
|
||||
std::string getStringLong(std::string Text); // For longer text.
|
||||
std::string getString(uint maxLength, std::string Text, float inputTextSize = 0.6f);
|
||||
std::string setkbdString(uint maxLength, std::string Text);
|
||||
std::uint8_t setu8(std::string Text);
|
||||
int setInt(int maxValue, std::string Text);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user