Package: gdk

CStruct gdk-time-coord

Details

The gdk-time-coord structure stores a single event in a motion history.
(defcstruct gdk-time-coord
  (time :uint32)
  (axes :double :count 128))  
time
The timestamp for this event.
axes
The values of the axes of the device.
 

See also

2021-12-13