Package: gdk

Struct gdk:time-coord

Declaration

(defstruct time-coord
  time
  flags
  axes)  

Values

time
an unsigned integer for the timestamp of the event
flags
an gdk:axis-flags value indicating what axes are present
axes
an array for 12 double floats for the axis values

Details

The gdk:time-coord structure stores a single event in a motion history. To check whether an axis is present, check whether the corresponding flag from the gdk:axis-flags enumeration is set in the flags value. To access individual axis values, use the values of the values of the gdk:axis-use enumeration as indices.
 

See also

2026-02-21