numpad0 constant

GameShortcutsShortcut const numpad0

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

Implementation

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