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. | |
A wrapper around an X and Y screen position.