analogInputs property

Map<String, double> analogInputs
final

Contains inputs from events where GamepadEvent.type is KeyType.analog.

Implementation

final Map<String, double> analogInputs = {};