metaRight constant

GameShortcutsShortcut const metaRight

Represents the location of the "Meta Right" key on a generalized keyboard.

Implementation

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