ENABLE_ECHO_INPUT top-level constant

  1. @Deprecated('Use CONSOLE_MODE.ENABLE_ECHO_INPUT instead')
int const ENABLE_ECHO_INPUT

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

@Deprecated('Use CONSOLE_MODE.ENABLE_ECHO_INPUT instead')
const ENABLE_ECHO_INPUT = 0x0004;