shiftLeft constant

GameShortcutsShortcut const shiftLeft

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

Implementation

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