numpad5 constant

GameShortcutsShortcut const numpad5

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

Implementation

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