numpad2 constant

GameShortcutsShortcut const numpad2

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

Implementation

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