Struct

GdkTimeCoord

Description [src]

struct GdkTimeCoord {
  guint32 time;
  GdkAxisFlags flags;
  double axes[12];
}

Stores a single event in a motion history.

To check whether an axis is present, check whether the corresponding flag from the GdkAxisFlags enumeration is set in the flags To access individual axis values, use the values of the values of the GdkAxisUse enumerations as indices.

Structure members
time: guint32

The timestamp for this event.

flags: GdkAxisFlags

Flags indicating what axes are present, see GdkAxisFlags.

axes: double

Axis values, indexed by GdkAxisUse.