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

A simple structure to contain window size. More...

#include <WindowBus.h>

Public Member Functions

 WindowSize (const uint32_t width, const uint32_t height)
 
bool operator== (const WindowSize &rhs) const
 
bool operator!= (const WindowSize &rhs) const
 

Public Attributes

uint32_t m_width = 0
 
uint32_t m_height = 0
 

Detailed Description

A simple structure to contain window size.


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