:right-sidebar: True AxisUse =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: AxisUse :no-contents-entry: 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. Fields ------ .. rst-class:: interim-class .. class:: AxisUse :no-index: .. attribute:: DELTA_X The axis is used as the scroll x delta .. attribute:: DELTA_Y The axis is used as the scroll y delta .. attribute:: DISTANCE The axis is used for pen/tablet distance information .. attribute:: IGNORE The axis is ignored. .. attribute:: LAST A constant equal to the numerically highest axis value. .. attribute:: PRESSURE The axis is used for pressure information. .. attribute:: ROTATION The axis is used for pen rotation information .. attribute:: SLIDER The axis is used for pen slider information .. attribute:: WHEEL The axis is used for wheel information. .. attribute:: X The axis is used as the x axis. .. attribute:: XTILT The axis is used for x tilt information. .. attribute:: Y The axis is used as the y axis. .. attribute:: YTILT The axis is used for y tilt information.