controlLeft constant

GameShortcutsShortcut const controlLeft

Represents the location of the "Control Left" key on a generalizedkeyboard.

Implementation

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