Module: Gdk::AxisUse
- Defined in:
 - (unknown)
 
Constant Summary collapse
- IGNORE =
          
the axis is ignored.
 0 or :ignore
- X =
          
the axis is used as the x axis.
 1 or :x
- Y =
          
the axis is used as the y axis.
 2 or :y
- PRESSURE =
          
the axis is used for pressure information.
 3 or :pressure
- XTILT =
          
the axis is used for x tilt information.
 4 or :xtilt
- YTILT =
          
the axis is used for y tilt information.
 5 or :ytilt
- WHEEL =
          
the axis is used for wheel information.
 6 or :wheel
- DISTANCE =
          
the axis is used for pen/tablet distance information. (Since: 3.22)
 7 or :distance
- ROTATION =
          
the axis is used for pen rotation information. (Since: 3.22)
 8 or :rotation
- SLIDER =
          
the axis is used for pen slider information. (Since: 3.22)
 9 or :slider
- LAST =
          
a constant equal to the numerically highest axis value.
 10 or :last