An enumeration describing the way in which a device axis (valuator) maps
onto the predefined valuator types that GTK understands.
(define-g-enum "GdkAxisUse" gdk-axis-use
(:export t
:type-initializer "gdk_axis_use_get_type")
:ignore
:x
:y
:pressure
:xtilt
:ytilt
:wheel
:distance
:rotation
:slider
:last)
- :ignore
- The axis is ignored.
- :x
- The axis is used as the x axis.
- :y
- The axis is used as the y axis.
- :pressure
- The axis is used for pressure information.
- :xtilt
- The axis is used for x tilt information.
- :ytilt
- The axis is used for y tilt information.
- :wheel
- The axis is used for wheel information.
- :distance
- The axis is used for pen/tablet distance information. Since 3.22
- :rotation
- The axis is used for pen rotation information. Since 3.22
- :slider
- The axis is used for pen slider information. Since 3.22
- :last
- A constant equal to the numerically highest axis value.