numpadDecimal constant

GameShortcutsShortcut const numpadDecimal

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

Implementation

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