Expand description
This module contains the public data structures, data types, and procedures exported by the NT console subsystem.
Re-exports
pub use um::wincontypes::COORD;pub use um::wincontypes::PCOORD;pub use um::wincontypes::SMALL_RECT;pub use um::wincontypes::PSMALL_RECT;pub use um::wincontypes::KEY_EVENT_RECORD_uChar;pub use um::wincontypes::KEY_EVENT_RECORD;pub use um::wincontypes::PKEY_EVENT_RECORD;pub use um::wincontypes::RIGHT_ALT_PRESSED;pub use um::wincontypes::LEFT_ALT_PRESSED;pub use um::wincontypes::RIGHT_CTRL_PRESSED;pub use um::wincontypes::LEFT_CTRL_PRESSED;pub use um::wincontypes::SHIFT_PRESSED;pub use um::wincontypes::NUMLOCK_ON;pub use um::wincontypes::SCROLLLOCK_ON;pub use um::wincontypes::CAPSLOCK_ON;pub use um::wincontypes::ENHANCED_KEY;pub use um::wincontypes::NLS_DBCSCHAR;pub use um::wincontypes::NLS_ALPHANUMERIC;pub use um::wincontypes::NLS_KATAKANA;pub use um::wincontypes::NLS_HIRAGANA;pub use um::wincontypes::NLS_ROMAN;pub use um::wincontypes::NLS_IME_CONVERSION;pub use um::wincontypes::NLS_IME_DISABLE;pub use um::wincontypes::MOUSE_EVENT_RECORD;pub use um::wincontypes::PMOUSE_EVENT_RECORD;pub use um::wincontypes::FROM_LEFT_1ST_BUTTON_PRESSED;pub use um::wincontypes::RIGHTMOST_BUTTON_PRESSED;pub use um::wincontypes::FROM_LEFT_2ND_BUTTON_PRESSED;pub use um::wincontypes::FROM_LEFT_3RD_BUTTON_PRESSED;pub use um::wincontypes::FROM_LEFT_4TH_BUTTON_PRESSED;pub use um::wincontypes::MOUSE_MOVED;pub use um::wincontypes::DOUBLE_CLICK;pub use um::wincontypes::MOUSE_WHEELED;pub use um::wincontypes::MOUSE_HWHEELED;pub use um::wincontypes::WINDOW_BUFFER_SIZE_RECORD;pub use um::wincontypes::PWINDOW_BUFFER_SIZE_RECORD;pub use um::wincontypes::MENU_EVENT_RECORD;pub use um::wincontypes::PMENU_EVENT_RECORD;pub use um::wincontypes::FOCUS_EVENT_RECORD;pub use um::wincontypes::PFOCUS_EVENT_RECORD;pub use um::wincontypes::INPUT_RECORD_Event;pub use um::wincontypes::INPUT_RECORD;pub use um::wincontypes::PINPUT_RECORD;pub use um::wincontypes::KEY_EVENT;pub use um::wincontypes::MOUSE_EVENT;pub use um::wincontypes::WINDOW_BUFFER_SIZE_EVENT;pub use um::wincontypes::MENU_EVENT;pub use um::wincontypes::FOCUS_EVENT;pub use um::wincontypes::CHAR_INFO_Char;pub use um::wincontypes::CHAR_INFO;pub use um::wincontypes::PCHAR_INFO;pub use um::wincontypes::CONSOLE_FONT_INFO;pub use um::wincontypes::PCONSOLE_FONT_INFO;