numpad9 constant

GameShortcutsShortcut const numpad9

Represents the location of the "Numpad 9" key on a generalized keyboard.

Implementation

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