AxisUse#
- class AxisUse#
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#
- class AxisUse
- DELTA_X#
The axis is used as the scroll x delta
- DELTA_Y#
The axis is used as the scroll y delta
- DISTANCE#
The axis is used for pen/tablet distance information
- IGNORE#
The axis is ignored.
- LAST#
A constant equal to the numerically highest axis value.
- PRESSURE#
The axis is used for pressure information.
- ROTATION#
The axis is used for pen rotation information
- SLIDER#
The axis is used for pen slider information
- WHEEL#
The axis is used for wheel information.
- X#
The axis is used as the x axis.
- XTILT#
The axis is used for x tilt information.
- Y#
The axis is used as the y axis.
- YTILT#
The axis is used for y tilt information.