microphoneMuteToggle constant

GameShortcutsShortcut const microphoneMuteToggle

Represents the location of the "Microphone Mute Toggle" key on ageneralized keyboard.

Implementation

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