lang4 constant

GameShortcutsShortcut const lang4

Represents the location of the "Lang 4" key on a generalized keyboard.

Implementation

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