Type Definition kas::event::VirtualKeyCodes[][src]

pub type VirtualKeyCodes = SmallVec<[VirtualKeyCode; 5]>;
Expand description

A type supporting a small number of key bindings

This type may be used where it is desirable to support a small number of key bindings. The type is allowed to silently ignore extra bindings beyond some small number of at least 3. (Currently numbers over 5 are accepted but cause allocation.)