WindowState

Description

enum Tinman.Engine.Application.WindowState

Enumeration of application window states.

Public / Constants

Normal

public constant Normal → (0:int32)

Normal mode, i.e. the window is visible, has decorations, covers some part of the desktop (widgets like the Windows taskbar are visible) and can be moved by the user.

Maximized

public constant Maximized → (1:int32)

Maximized mode, i.e. the window is visible, has decorations, covers the whole desktop (widgets like the Windows taskbar are visible) and cannot be moved by the user.

Fullscreen

public constant Fullscreen → (2:int32)

Fullscreen mode, i.e. the window is visible, has no decorations, covers the whole screen (widgets like the Windows taskbar are occluded) and cannot be moved by the user.

Hidden

public constant Hidden → (3:int32)

Hidden mode, i.e. the window is not visible.