numpadMemoryClear constant

GameShortcutsShortcut const numpadMemoryClear

Represents the location of the "Numpad Memory Clear" key on a generalizedkeyboard.

Implementation

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