keyG constant

Represents the location of the "Key G" key on a generalized keyboard.

Implementation

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