keyW constant

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

Implementation

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