Add fullscreen property to Renderer. Still needs to be properly implemented for RaylibRenderer.

This commit is contained in:
2024-01-21 22:31:24 +01:00
parent 8b82e83c60
commit 9ec3dcfcca
4 changed files with 54 additions and 19 deletions

View File

@@ -36,9 +36,10 @@ namespace DaggerFramework.Rendering
/// <summary>
/// The size of the render window.
/// </summary>
public abstract Vector2 WindowSize { get; }
public abstract Vector2 WindowSize { get; set; }
public abstract string WindowTitle { get; set; }
public abstract bool Fullscreen { get; set; }
/// <summary>
/// Active monitor's size.