numpad3 constant

GameShortcutsShortcut const numpad3

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

Implementation

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