pub type KeyStateSet = HashSet<String>;
A set of keyboard key code strings currently in a given state.
pub struct KeyStateSet { /* private fields */ }