printScreen constant

GameShortcutsShortcut const printScreen

Represents the location of the "Print Screen" key on a generalizedkeyboard.

Implementation

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