#include <BASE.h>
|
constexpr | RECT () noexcept=default |
|
constexpr | RECT (const std::int32_t a_x1, const std::int32_t a_y1, const std::int32_t a_x2, const std::int32_t a_y2) noexcept |
|
|
std::int32_t | x1 |
|
std::int32_t | y1 |
|
std::int32_t | x2 |
|
std::int32_t | y2 |
|
◆ RECT() [1/2]
constexpr REX::W32::RECT::RECT |
( |
| ) |
|
|
constexprdefaultnoexcept |
◆ RECT() [2/2]
constexpr REX::W32::RECT::RECT |
( |
const std::int32_t |
a_x1, |
|
|
const std::int32_t |
a_y1, |
|
|
const std::int32_t |
a_x2, |
|
|
const std::int32_t |
a_y2 |
|
) |
| |
|
inlineconstexprnoexcept |
◆ x1
std::int32_t REX::W32::RECT::x1 |
◆ x2
std::int32_t REX::W32::RECT::x2 |
◆ y1
std::int32_t REX::W32::RECT::y1 |
◆ y2
std::int32_t REX::W32::RECT::y2 |
The documentation for this struct was generated from the following file:
- CommonLibVR/include/REX/W32/BASE.h