ENABLE_MOUSE_INPUT top-level constant Null safety
If the mouse pointer is within the borders of the console window and the window has the keyboard focus, mouse events generated by mouse movement and button presses are placed in the input buffer. These events are discarded by ReadFile or ReadConsole, even when this mode is enabled.
Implementation
const ENABLE_MOUSE_INPUT = 0x0010;