cut constant

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

Implementation

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