PhysicalKeyStatus constructor
Implementation
PhysicalKeyStatus({
required this.isExtendedKey,
required this.isKeyReleased,
required this.isMenuKeyDown,
required this.repeatCount,
required this.scanCode,
required this.wasKeyDown,
});
PhysicalKeyStatus({
required this.isExtendedKey,
required this.isKeyReleased,
required this.isMenuKeyDown,
required this.repeatCount,
required this.scanCode,
required this.wasKeyDown,
});