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
- DELTA_X =
the axis is used as the scroll x delta
3 or :delta_x
- DELTA_Y =
the axis is used as the scroll y delta
4 or :delta_y
- PRESSURE =
the axis is used for pressure information.
5 or :pressure
- XTILT =
the axis is used for x tilt information.
6 or :xtilt
- YTILT =
the axis is used for y tilt information.
7 or :ytilt
- WHEEL =
the axis is used for wheel information.
8 or :wheel
- DISTANCE =
the axis is used for pen/tablet distance information
9 or :distance
- ROTATION =
the axis is used for pen rotation information
10 or :rotation
- SLIDER =
the axis is used for pen slider information
11 or :slider
- LAST =
a constant equal to the numerically highest axis value.
12 or :last