Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::WindowPosOptions Struct Reference

Options for resizing and moving the window. More...

#include <WindowBus.h>

Public Attributes

bool m_ignoreScreenSizeLimit = false
 

Detailed Description

Options for resizing and moving the window.

Member Data Documentation

◆ m_ignoreScreenSizeLimit

bool AzFramework::WindowPosOptions::m_ignoreScreenSizeLimit = false

This flag will allow the window to be resized bigger than the screen width or height. The default setting of false will clamp the window size to the maximum possible size that can fit on the screen, independent of window position. A portion of the window still may not be visible, but the window has the ability to fit fully on the screen.


The documentation for this struct was generated from the following file: