gameButtonLeft2 constant

GameShortcutsShortcut const gameButtonLeft2

Represents the location of the "Game Button Left 2" key on a generalizedkeyboard.

Implementation

static const GameShortcutsShortcut gameButtonLeft2 = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.gameButtonLeft2,
  name: 'gameButtonLeft2',
);