Synopsis
typedef struct {
  int x;
  int y;
} CTL_GFX_POINT_t;
Description

CTL_GFX_POINT_t describes an abstract point on the graphics surface at Cartesian coordinate (x, y).