GdkAxisUse

An enumeration describing the way in which a device axis (valuator) maps onto the predefined valuator types that GTK+ understands.

Value

Symbolic name

Description

  0Gdk::AXIS_IGNORE The axis is ignored.
  1Gdk::AXIS_X The axis is used as the x axis.
  2Gdk::AXIS_Y The axis is used as the y axis.
  3Gdk::AXIS_PRESSURE The axis is used for pressure information.
  4Gdk::AXIS_XTILT The axis is used for x tilt information.
  5Gdk::AXIS_YTILT The axis is used for x tilt information.
  6Gdk::AXIS_WHEEL The axis is used for wheel information.
  7Gdk::AXIS_LAST A constant equal to the numerically highest axis value.