Push input rejette touches non valides.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user