mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 16:58:01 +00:00
WAGE: Properly add input text to console on Enter
This commit is contained in:
parent
ebcff3a0aa
commit
8643a08350
@ -178,6 +178,7 @@ void WageEngine::processEvents() {
|
||||
|
||||
case Common::KEYCODE_RETURN:
|
||||
_inputText = _gui->_consoleWindow->getInput();
|
||||
_inputText += '\n';
|
||||
|
||||
_gui->appendText(_inputText.c_str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user