ENABLE_ECHO_INPUT top-level constant Null safety
Characters read by the ReadFile or ReadConsole function are written to the active screen buffer as they are read. This mode can be used only if the ENABLE_LINE_INPUT mode is also enabled.
Implementation
const ENABLE_ECHO_INPUT = 0x0004;