Skip to main content

InputDeviceBindingMap

Type Alias InputDeviceBindingMap 

Source
pub type InputDeviceBindingMap = Arc<Mutex<SortedVecMap<u32, Vec<Box<dyn InputDeviceBinding>>>>>;
Expand description

An InputDeviceBindingMap maps an input device to one or more InputDeviceBindings. It uses unique device id as key.

Aliased Typeยง

pub struct InputDeviceBindingMap { /* private fields */ }