numpad4 constant

GameShortcutsShortcut const numpad4

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

Implementation

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