altLeft constant

GameShortcutsShortcut const altLeft

Represents the location of the "Alt Left" key on a generalized keyboard.

Implementation

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