numpadMultiply constant

GameShortcutsShortcut const numpadMultiply

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

Implementation

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