ncmpc
0.31
|
#include <Point.hxx>
Public Member Functions | |
constexpr Point | operator+ (Point other) const |
constexpr Point | operator- (Point other) const |
constexpr Point | operator+ (Size size) const |
Data Fields | |
int | x |
int | y |
Coordinates of a cell on a curses screen/window.
int Point::x |
int Point::y |