numpadBackspace constant

GameShortcutsShortcut const numpadBackspace

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

Implementation

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