CUER / RA8875

Fork of RA8875 by David Smart

Embed: (wiki syntax)

« Back to documentation index

point_t Struct Reference

point_t Struct Reference

type that manages x,y pairs More...

#include <DisplayDefs.h>

Data Fields

loc_t x
 x value in the point
loc_t y
 y value in the point

Detailed Description

type that manages x,y pairs

Definition at line 48 of file DisplayDefs.h.


Field Documentation

loc_t x

x value in the point

Definition at line 50 of file DisplayDefs.h.

loc_t y

y value in the point

Definition at line 51 of file DisplayDefs.h.