gameButton1 constant

GameShortcutsShortcut const gameButton1

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

Implementation

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