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.

constructor(time: <Error class: unknown class>, flags: AxisFlags)

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>>)

Properties

Link copied to clipboard

Flags indicating what axes are present, see flags@Gdk.AxisFlags

Link copied to clipboard
val gdkTimeCoordPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var time: <Error class: unknown class>

The timestamp for this event

Functions

Link copied to clipboard
open override fun toString(): String