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::WindowGeometry Struct Reference

#include <NativeWindow.h>

Public Member Functions

 WindowGeometry (const uint32_t posX, const uint32_t posY, const uint32_t width, const uint32_t height)
 

Public Attributes

uint32_t m_posX = 0
 
uint32_t m_posY = 0
 
uint32_t m_width = 0
 
uint32_t m_height = 0
 

Detailed Description

A simple structure to contain window geometry. The defaults here reflect the defaults when creating a new WindowGeometry object. Different window implementations may have their own separate default window sizes.


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