CommonLibVR
REX::W32::POINT Struct Reference

#include <BASE.h>

Public Member Functions

constexpr POINT () noexcept=default
 
constexpr POINT (std::int32_t a_x, std::int32_t a_y) noexcept
 

Public Attributes

std::int32_t x
 
std::int32_t y
 

Constructor & Destructor Documentation

◆ POINT() [1/2]

constexpr REX::W32::POINT::POINT ( )
constexprdefaultnoexcept

◆ POINT() [2/2]

constexpr REX::W32::POINT::POINT ( std::int32_t  a_x,
std::int32_t  a_y 
)
inlineconstexprnoexcept

Member Data Documentation

◆ x

std::int32_t REX::W32::POINT::x

◆ y

std::int32_t REX::W32::POINT::y

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