select constant

GameShortcutsShortcut const select

Represents the location of the "Select" key on a generalized keyboard.

Implementation

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