dotnet7 compat, DLSS, network manager rewrite and other fixes

This commit is contained in:
2023-01-27 16:24:11 +02:00
parent 36c09efac0
commit 51dcad2cc4
54 changed files with 767 additions and 821 deletions

View File

@@ -134,6 +134,11 @@ namespace Game
if (key == KeyboardKeys.PageUp || key == KeyboardKeys.PageDown)
return contentBox.OnKeyDown(key);
#if FLAX_EDITOR
if (key == KeyboardKeys.F5)
return false;
#endif
return base.OnKeyDown(key);
}