suspend constant

GameShortcutsShortcut const suspend

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

Implementation

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