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 expects filenames of the input devices seen in /dev/class/input-report (ex. “001”) or “injected_device” as keys.

Aliased Type§

struct InputDeviceBindingHashMap { /* private fields */ }