pub fn input_driver<E: Clone>( keymap: &HashMap<char, E>, inputs: &Vec<char>, events: &mut Vec<E>, ) -> SystemResult
Transforms char input events into the desired event type using a keybindings map.
char