keyP constant
GameShortcutsShortcut
const keyP
Represents the location of the "Key P" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut keyP = GameShortcutsShortcut(
key: PhysicalKeyboardKey.keyP,
name: 'keyP',
);