gameButtonZ constant

GameShortcutsShortcut const gameButtonZ

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

Implementation

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