keyC constant

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

Implementation

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