Type Alias InputResources

Source
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 */ }