gameButtonC constant

GameShortcutsShortcut const gameButtonC

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

Implementation

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