f24 constant

Represents the location of the "F24" key on a generalized keyboard.

Implementation

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