launchControlPanel constant

GameShortcutsShortcut const launchControlPanel

Represents the location of the "Launch Control Panel" key on a generalizedkeyboard.

Implementation

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