Vixen
02b45cc4
csharp
public enum WindowMode

How a window relates to the display it is on.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Windowed

    An ordinary window with decorations, sized and placed by the user.

  • Maximised

    Windowed, but filling the display's work area.

  • BorderlessFullscreen

    Undecorated and covering the display at the display's current mode — what almost every modern game means by "fullscreen".

  • ExclusiveFullscreen

    Fullscreen with the display switched to a mode of the application's choosing.

Used by (5)

  • DesktopPlatformVixen.Platform.Desktop
  • DesktopWindowVixen.Platform.Desktop
  • HeadlessWindowVixen.Platform.Headless
  • IWindowVixen.Platform
  • WindowOptionsVixen.Platform