pub type InputDevices = ArrayVec<InputDevice, 15>;
Expand description
Shorthand for an ArrayVec
of InputDevice
.
Exported so that platforms don’t need to explicitly depend on arrayvec
just for the Platform::input_devices
typing.
Aliased Type§
struct InputDevices { /* private fields */ }