numpad8 constant

GameShortcutsShortcut const numpad8

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

Implementation

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