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

type VirtualKeyCodes = SmallVec<[VirtualKeyCode; 5]>;

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.)