Gjsify LogoGjsify Logo

Defines how device axes are interpreted by GTK.

Note that the X and Y axes are not really needed; pointer devices report their location via the x/y members of events regardless. Whether X and Y are present as axes depends on the GDK backend.

Index

Enumeration Members

DELTA_X: number

the axis is used as the scroll x delta

DELTA_Y: number

the axis is used as the scroll y delta

DISTANCE: number

the axis is used for pen/tablet distance information

IGNORE: number

the axis is ignored.

LAST: number

a constant equal to the numerically highest axis value.

PRESSURE: number

the axis is used for pressure information.

ROTATION: number

the axis is used for pen rotation information

SLIDER: number

the axis is used for pen slider information

WHEEL: number

the axis is used for wheel information.

X: number

the axis is used as the x axis.

XTILT: number

the axis is used for x tilt information.

Y: number

the axis is used as the y axis.

YTILT: number

the axis is used for y tilt information.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method