usbErrorUndefined constant

GameShortcutsShortcut const usbErrorUndefined

Represents the location of the "Usb Error Undefined" key on a generalizedkeyboard.

Implementation

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