numpad1 constant

GameShortcutsShortcut const numpad1

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

Implementation

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