Skip to content

ReadConsoleInputEx(): Fix typo CONSOLE_READ_NOMOVE --> CONSOLE_READ_NOREMOVE #316

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions