An enumeration describing the way in which a device
axis (valuator) maps onto the predefined valuator
types that GTK+ understands.
GDK_AXIS_IGNORE
the axis is ignored.
GDK_AXIS_X
the axis is used as the x axis.
GDK_AXIS_Y
the axis is used as the y axis.
GDK_AXIS_PRESSURE
the axis is used for pressure information.
GDK_AXIS_XTILT
the axis is used for x tilt information.
GDK_AXIS_YTILT
the axis is used for y tilt information.
GDK_AXIS_WHEEL
the axis is used for wheel information.
GDK_AXIS_LAST
a constant equal to the numerically highest axis value.
An enumeration describing the way in which a device axis (valuator) maps onto the predefined valuator types that GTK+ understands. GDK_AXIS_IGNORE the axis is ignored. GDK_AXIS_X the axis is used as the x axis. GDK_AXIS_Y the axis is used as the y axis. GDK_AXIS_PRESSURE the axis is used for pressure information. GDK_AXIS_XTILT the axis is used for x tilt information. GDK_AXIS_YTILT the axis is used for y tilt information. GDK_AXIS_WHEEL the axis is used for wheel information. GDK_AXIS_LAST a constant equal to the numerically highest axis value.