gameButtonSelect constant

GameShortcutsShortcut const gameButtonSelect

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

Implementation

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