pub type InputDeviceBindingHashMap = Arc<Mutex<HashMap<u32, Vec<Box<dyn InputDeviceBinding>>>>>;Expand description
An InputDeviceBindingHashMap maps an input device to one or more InputDeviceBindings.
It uses unique device id as key.
Aliased Typeยง
pub struct InputDeviceBindingHashMap { /* private fields */ }