Nerfed/Nerfed.Runtime/Window/ScreenMode.cs
max 1eb899b240 gui events
fix scroll input
handle gui side, move and closed events
2024-07-06 01:29:12 +02:00

9 lines
132 B
C#

namespace Nerfed.Runtime;
public enum ScreenMode
{
Fullscreen,
FullscreenBorderless,
Windowed,
WindowedBorderless
}