Package: gdk

CStruct gdk:time-coord

Declaration

(cffi:defcstruct gdk:time-coord
  (time :uint32)
  (axes :double :count 128))  

Values

time
The timestamp for this event.
axes
The values of the axes of the device.

Details

The gdk:time-coord structure stores a single event in a motion history.
 

See also

2024-6-27