Enumeration (GI Enum)

Gdk-3.0GdkAxisUse

An enumeration describing the way in which a device axis (valuator) maps onto the predefined valuator types that GTK+ understands.

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.

Index
DISTANCE: 7

the axis is used for pen/tablet distance information. (Since: 3.22)

IGNORE: 0

the axis is ignored.

LAST: 10

a constant equal to the numerically highest axis value.

PRESSURE: 3

the axis is used for pressure information.

ROTATION: 8

the axis is used for pen rotation information. (Since: 3.22)

SLIDER: 9

the axis is used for pen slider information. (Since: 3.22)

WHEEL: 6

the axis is used for wheel information.

X: 1

the axis is used as the x axis.

XTILT: 4

the axis is used for x tilt information.

Y: 2

the axis is used as the y axis.

YTILT: 5

the axis is used for y tilt information.

Variables

$gtype