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 => {
	"Front camera": "Right trigger + joystick",
	"Rear camera": "Left trigger + joystick",
};