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

A wrapper around an X and Y screen position. More...

#include <ScreenGeometry.h>

Public Member Functions

 AZ_TYPE_INFO (ScreenPoint, "{8472B6C2-527F-44FC-87F8-C226B1A57A97}")
 
constexpr ScreenPoint (int x, int y)
 

Public Attributes

int m_x
 X screen position.
 
int m_y
 Y screen position.
 

Detailed Description

A wrapper around an X and Y screen position.


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