Function GLDrawBuf.drawLine

draw line from point p1 to p2 with specified color

override void drawLine(
  Point p1,
  Point p2,
  uint colour
);