Pugl C API

Pugl C API.

struct PuglRect

A rectangle.

This is used to describe things like view position and size. Pugl generally uses coordinates where the top left corner is 0,0.

double x
double y
double width
double height