buttonMapping property

  1. @override
Map<String, String> get buttonMapping
override

A human-readable explanation of what the controls are.

Keys are the actions, values are the buttons that trigger them.

Implementation

@override
Map<String, String> get buttonMapping => {
  "Left Throttle": "Left joystick (vertical)",
  "Right Throttle": "Right joystick (vertical)",
  "Increase throttle": "Right bumper (R1)",
  "Decrease throttle": "Left bumper (L1)",
};