gameButtonY constant

GameShortcutsShortcut const gameButtonY

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

Implementation

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