numpadParenLeft constant

GameShortcutsShortcut const numpadParenLeft

Represents the location of the "Numpad Paren Left" key on a generalizedkeyboard.

Implementation

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