help constant

Represents the location of the "Help" key on a generalized keyboard.

Implementation

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