showFacingCommandTrigger top-level constant

CommandTrigger const showFacingCommandTrigger

Show facing.

Implementation

const showFacingCommandTrigger = CommandTrigger(
  name: 'show_facing',
  description: 'Show direction of travel',
  button: GameControllerButton.b,
  keyboardKey: CommandKeyboardKey(ScanCode.f),
);