numpadEnter constant

GameShortcutsShortcut const numpadEnter

Represents the location of the "Numpad Enter" key on a generalizedkeyboard.

Implementation

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