#include <GEvent.h>
List of all members.
Most event processing code looks like:
switch (event.type) { case GEventType::MOUSEBUTTONDOWN: ... break; ... }
This is a G3D::GEventType, but is given uint8 type so that it does not call the constructor because GEvent is a union.