[*] Fix Win32 input bug

This commit is contained in:
Reece Wilson 2022-08-14 00:00:08 +01:00
parent 30da4bce04
commit c74f1e8bd1

View File

@ -400,6 +400,11 @@ namespace Aurora::Console::ConsoleStd
for (z = 0; z < record.Event.KeyEvent.wRepeatCount; z++)
{
canInput.string += key;
if (key.size())
{
dBreak = false;
}
}
}