numpad7 constant

GameShortcutsShortcut const numpad7

Represents the location of the "Numpad 7" key on a generalized keyboard.

Implementation

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