ENABLE_WINDOW_INPUT top-level constant

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

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

@Deprecated('Use CONSOLE_MODE.ENABLE_WINDOW_INPUT instead')
const ENABLE_WINDOW_INPUT = 0x0008;