Push input rejette touches non valides.

This commit is contained in:
mduval76
2023-12-08 22:34:17 -05:00
parent 850f5a59d8
commit 06cd890506
2 changed files with 9 additions and 6 deletions

View File

@@ -203,8 +203,9 @@ private:
bool m_selectedOptions = false;
bool m_selectedQuit = false;
char m_inputChar = 0;
std::string m_currentInputString;
char m_inputChar = 0;
bool m_invalidChar = false;
bool m_charChanged = false;
bool m_key1 = false;