switchMenuBackwardsCommandTrigger top-level constant

CommandTrigger const switchMenuBackwardsCommandTrigger

Switch to the previous menu.

Implementation

const switchMenuBackwardsCommandTrigger = CommandTrigger(
  name: 'switch_menu_backwards',
  description: 'Go to the previous menu',
  button: GameControllerButton.x,
  keyboardKey: CommandKeyboardKey(
    ScanCode.tab,
    shiftKey: true,
  ),
);