#include <Window2D.h>
Definition at line 25 of file Window2D.h.
◆ Window2D() [1/2]
coco::Window2D::Window2D |
( |
| ) |
|
|
inline |
Definition at line 28 of file Window2D.h.
28 : _vertical{1}, _horizontal{1}
29 {
30
31 }
◆ Window2D() [2/2]
coco::Window2D::Window2D |
( |
uint32_t |
vertical, |
|
|
uint32_t |
horizontal |
|
) |
| |
|
inline |
Definition at line 34 of file Window2D.h.
34 : _vertical{vertical}, _horizontal{horizontal}
35 {
36
37 }
◆ height() [1/2]
void coco::Window2D::height |
( |
uint32_t |
value | ) |
|
|
inline |
◆ height() [2/2]
uint32_t coco::Window2D::height |
( |
void |
| ) |
const |
|
inline |
◆ width() [1/2]
void coco::Window2D::width |
( |
uint32_t |
value | ) |
|
|
inline |
Definition at line 45 of file Window2D.h.
45{ _horizontal = value; }
◆ width() [2/2]
uint32_t coco::Window2D::width |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: