Enum WindowState
Window state (minimized, maximized, full screen, floating).
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum WindowState
Fields
Name | Description |
---|---|
FullScreen | The window will in full screen mode, meaning the game will take over the computer and change the resolution to fit. No border will be shown regardless of the window border configuration. |
Maximized | The window will be maximized. Unlike FullScreen mode, the computer's resolution will remain untouched and switching to other applications is easier. The window's border will still be seen (unless you set the window border to be hidden). |
Minimized | The window will be minimized. |
Normal | The window will be a normal floating window (will be floating on devices that support that). This is the default. |