abort constant

GameShortcutsShortcut const abort

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

Implementation

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