type InputResources = BTreeMap<u32, InputResource>;
Expand description
Maps an input resource ID to the underlying resource and its useful information.
Aliased Type§
struct InputResources { /* private fields */ }
type InputResources = BTreeMap<u32, InputResource>;
Maps an input resource ID to the underlying resource and its useful information.
struct InputResources { /* private fields */ }