scrollLock constant

GameShortcutsShortcut const scrollLock

Represents the location of the "Scroll Lock" key on a generalizedkeyboard.

Implementation

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