numpadDivide constant

GameShortcutsShortcut const numpadDivide

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

Implementation

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