fnLock constant

GameShortcutsShortcut const fnLock

Represents the location of the "Fn Lock" key on a generalized keyboard.

Implementation

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