Fixed keyboard not working
This commit is contained in:
parent
68b86a1d6d
commit
e77b192dee
@ -1338,6 +1338,9 @@ void handleKeyboardInput(char key) {
|
||||
inputBuffer.remove(inputBuffer.length() - 1);
|
||||
displayInputLine();
|
||||
}
|
||||
} else {
|
||||
inputBuffer += key;
|
||||
displayInputLine();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user