keyP constant

Represents the location of the "Key P" key on a generalized keyboard.

Implementation

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