![]() |
YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
Point struct This struct represents a 2D point. More...
#include <Point.hpp>

Public Member Functions | |
| Point (unsigned int x, unsigned int y) | |
| Point () | |
Public Attributes | |
| unsigned int | x |
| unsigned int | y |
Point struct This struct represents a 2D point.
|
inline |
| unsigned int Point::x |
| unsigned int Point::y |