KEY_EVENT

Constant KEY_EVENT 

pub const KEY_EVENT: u16 = _; // 1u16
Expand 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…