contextMenu constant

GameShortcutsShortcut const contextMenu

Represents the location of the "Context Menu" key on a generalizedkeyboard.

Implementation

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