Table of Contents

Enum FullscreenMode

Namespace
Pie.Windowing
Assembly
Pie.Windowing.dll

Represents supported fullscreen modes of a Window.

public enum FullscreenMode

Fields

BorderlessFullscreen = 2

The window is borderless fullscreen. Sometimes this is called a "fullscreen window".

ExclusiveFullscreen = 1

The window is exclusively fullscreen.

Windowed = 0

The window is not fullscreen.