TimeCoord
class TimeCoord(val gdkTimeCoordPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
A GdkTimeCoord
stores a single event in a motion history.
To check whether an axis is present, check whether the corresponding flag from the flags@Gdk.AxisFlags enumeration is set in the @flags To access individual axis values, use the values of the values of the enum@Gdk.AxisUse enumerations as indices.
Skipped during bindings generation
field
axes
: Array parameter of type gdouble is not supported
Constructors
Link copied to clipboard
constructor()
Allocate a new TimeCoord.
constructor(scope: <Error class: unknown class>)
Allocate a new TimeCoord using the provided AutofreeScope.
Allocate a new TimeCoord.
constructor(time: <Error class: unknown class>, flags: AxisFlags, scope: <Error class: unknown class>)
Allocate a new TimeCoord using the provided AutofreeScope.
constructor(gdkTimeCoordPointer: <Error class: unknown class><<Error class: unknown class>>)