Documentation for ReadConsoleInputEx contains a minor typo in the name of a flag:
|
Calling `ReadConsoleInputEx` with the flags `CONSOLE_READ_NOMOVE | CONSOLE_READ_NOWAIT` is equivalent to calling [`PeekConsoleInput`](peekconsoleinput.md). |
CONSOLE_READ_NOMOVE should read instead: CONSOLE_READ_NOREMOVE
Documentation for ReadConsoleInputEx contains a minor typo in the name of a flag:
Console-Docs/docs/readconsoleinputex.md
Line 94 in f3463bd
CONSOLE_READ_NOMOVEshould read instead:CONSOLE_READ_NOREMOVE