Skip to content

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

@HBelusca

Description

@HBelusca

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

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