Files
2026-07-13 13:15:05 +08:00

5 lines
180 B
C#

using System.Numerics;
namespace SilkWindows;
public readonly record struct SimpleWindowOptions(Vector2 Size, int Fps, bool Vsync, bool IsResizable, bool AlwaysOnTop = true);