f15 constant

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

Implementation

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