fix virtu keyboard serialization

- closes #4392
This commit is contained in:
Morilli 2025-07-07 15:21:44 +02:00
parent fa77b408ff
commit e4cf5d2955
2 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ namespace Jellyfish.Virtu
ser.Sync("Strobe", ref _strobe);
ser.Sync("CapsActive", ref _capsActive);
ser.Sync(nameof(_currentCapsLockState), ref _currentCapsLockState);
ser.Sync(nameof(_currentKeyPressed), ref _currentKeyPressed);
ser.Sync(nameof(_framesToRepeat), ref _framesToRepeat);
}

Binary file not shown.