keyE constant

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

Implementation

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