numpadMemoryRecall constant

GameShortcutsShortcut const numpadMemoryRecall

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

Implementation

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