Representation of a point on the display.
Definition: UIPoint.h:9
UIPoint()
Initialize the point as "0,0".
Definition: UIPoint.cpp:11
uint16_t x
X Coordinate of the point, normally 0 is top.
Definition: UIPoint.h:25
void setFrom(UIPoint p)
Set the point from another point.
Definition: UIPoint.cpp:14
uint16_t y
Y Coordinate of the point, normally 0 is left.
Definition: UIPoint.h:28
void debugPrint(const char *label)
Debug output of this point with some prepended label.
Definition: UIPoint.cpp:17