keyU constant

Represents the location of the "Key U" key on a generalized keyboard.

Implementation

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