Constant KEY_EVENT
pub const KEY_EVENT: u16 = _; // 1u16Expand description
u16 representation of a KEY_EVENT.
For some reason the public KEY_EVENT constant is a u32
while the INPUT_RECORD.EventType is u16…
pub const KEY_EVENT: u16 = _; // 1u16u16 representation of a KEY_EVENT.
For some reason the public KEY_EVENT constant is a u32
while the INPUT_RECORD.EventType is u16…