ENABLE_WINDOW_INPUT top-level constant Null safety
User interactions that change the size of the console screen buffer are reported in the console's input buffer. Information about these events can be read from the input buffer by applications using the ReadConsoleInput function, but not by those using ReadFile or ReadConsole.
Implementation
const ENABLE_WINDOW_INPUT = 0x0008;