gameButtonX constant

GameShortcutsShortcut const gameButtonX

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

Implementation

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