QADrawPoint
You can use theQADrawPointfunction to draw a point.
#define QADrawPoint(drawContext,v) \ (drawContext)->drawPoint (drawContext,v)
drawContext- A draw context.
v- A Gouraud vertex.
DESCRIPTION
TheQADrawPointfunction draws the single point specified by thevparameter to the draw context specified by thedrawContextparameter. The size of the point is determined by thekQATag_Widthstate variable of the draw context.