f9 constant

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

Implementation

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