pub type InputDeviceBindingMap = Arc<Mutex<SortedVecMap<u32, Vec<InputDeviceBindingAndTask>>>>;Expand description
An InputDeviceBindingMap maps an input device to one or more InputDeviceBindings and their tasks.
It uses unique device id as key.
Aliased Typeยง
pub struct InputDeviceBindingMap { /* private fields */ }