enum EE::UI::UIWindow::ApplicationWindowPosition¶
Overview¶
Selects how a native host created by NewInApplicationWindow() is initially positioned. More…
#include <uiwindow.hpp> enum ApplicationWindowPosition { WindowManager, CenteredOnPrimary, };
Detailed Documentation¶
Selects how a native host created by NewInApplicationWindow() is initially positioned.
Enum Values¶
WindowManager
Leaves placement entirely to the desktop window manager.
CenteredOnPrimary
Centers the host over the primary application window and clamps it to usable bounds.