Table of Contents

Enum Window.WindowInitialPosition

Namespace
Godot
Assembly
GodotSharp.dll
public enum Window.WindowInitialPosition : long

Fields

Absolute = 0

Initial window position is determined by Position.

CenterMainWindowScreen = 2

Initial window position is the center of the main window screen.

CenterOtherScreen = 3

Initial window position is the center of CurrentScreen screen.

CenterPrimaryScreen = 1

Initial window position is the center of the primary screen.

CenterScreenWithKeyboardFocus = 5

Initial window position is the center of the screen containing the window with the keyboard focus.

CenterScreenWithMouseFocus = 4

Initial window position is the center of the screen containing the mouse pointer.