KeyboardLayout constructor

KeyboardLayout(
  1. Map<int, KeyboardKey> _platformToKey,
  2. Map<int, KeyboardKey> _physicalToKey,
  3. Map<int, KeyboardKey> _logicalToKey
)

Implementation

KeyboardLayout(this._platformToKey, this._physicalToKey, this._logicalToKey);