GdkTimeCoord

A gdk.types.TimeCoord stores a single event in a motion history.

To check whether an axis is present, check whether the corresponding flag from the gdk.types.AxisFlags enumeration is set in the @flags To access individual axis values, use the values of the values of the gdk.types.AxisUse enumerations as indices.

Members

Variables

axes
double[12] axes;

axis values, indexed by gdk.types.AxisUse

flags
GdkAxisFlags flags;

Flags indicating what axes are present, see gdk.types.AxisFlags

time
uint time;

The timestamp for this event