keyR constant

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

Implementation

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