:right-sidebar: True TimeCoord =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: TimeCoord(*args, **kwargs) :no-contents-entry: A ``GdkTimeCoord`` stores a single event in a motion history. To check whether an axis is present, check whether the corresponding flag from the :obj:`~gi.repository.Gdk.AxisFlags` enumeration is set in the ``flags`` To access individual axis values, use the values of the values of the :obj:`~gi.repository.Gdk.AxisUse` enumerations as indices. Fields ------ .. rst-class:: interim-class .. class:: TimeCoord :no-index: .. attribute:: axes Axis values, indexed by :obj:`~gi.repository.Gdk.AxisUse` .. attribute:: flags Flags indicating what axes are present, see :obj:`~gi.repository.Gdk.AxisFlags` .. attribute:: time The timestamp for this event