numpadParenRight constant

GameShortcutsShortcut const numpadParenRight

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

Implementation

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