: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 type of the None singleton. .. attribute:: DELTA_Y The type of the None singleton. .. attribute:: DISTANCE The type of the None singleton. .. attribute:: IGNORE The type of the None singleton. .. attribute:: LAST The type of the None singleton. .. attribute:: PRESSURE The type of the None singleton. .. attribute:: ROTATION The type of the None singleton. .. attribute:: SLIDER The type of the None singleton. .. attribute:: WHEEL The type of the None singleton. .. attribute:: X The type of the None singleton. .. attribute:: XTILT The type of the None singleton. .. attribute:: Y The type of the None singleton. .. attribute:: YTILT The type of the None singleton.