arrowLeft constant

GameShortcutsShortcut const arrowLeft

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

Implementation

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