[*] Fix Win32 input bug
This commit is contained in:
parent
30da4bce04
commit
c74f1e8bd1
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user