ENABLE_VIRTUAL_TERMINAL_INPUT top-level constant Null safety
Setting this flag directs the Virtual Terminal processing engine to convert user input received by the console window into Console Virtual Terminal Sequences that can be retrieved by a supporting application through ReadFile or ReadConsole functions.
The typical usage of this flag is intended in conjunction with ENABLE_VIRTUAL_TERMINAL_PROCESSING on the output handle to connect to an application that communicates exclusively via virtual terminal sequences.
Implementation
const ENABLE_VIRTUAL_TERMINAL_INPUT = 0x0200;