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