f16 constant

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

Implementation

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