You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Documentation for ReadConsoleInputEx contains a minor typo in the name of a flag:
Console-Docs/docs/readconsoleinputex.md
Line 94 in f3463bd
CONSOLE_READ_NOMOVE
should read instead:CONSOLE_READ_NOREMOVE
The text was updated successfully, but these errors were encountered: