numpadComma constant

GameShortcutsShortcut const numpadComma

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

Implementation

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