gameButtonThumbLeft constant

GameShortcutsShortcut const gameButtonThumbLeft

Represents the location of the "Game Button Thumb Left" key on ageneralized keyboard.

Implementation

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