Enumeration (GI Enum)

Gdk-4.0GdkAxisUse

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.

Index
DELTA_X: 3

the axis is used as the scroll x delta

DELTA_Y: 4

the axis is used as the scroll y delta

DISTANCE: 9

the axis is used for pen/tablet distance information

IGNORE: 0

the axis is ignored.

LAST: 12

a constant equal to the numerically highest axis value.

PRESSURE: 5

the axis is used for pressure information.

ROTATION: 10

the axis is used for pen rotation information

SLIDER: 11

the axis is used for pen slider information

WHEEL: 8

the axis is used for wheel information.

X: 1

the axis is used as the x axis.

XTILT: 6

the axis is used for x tilt information.

Y: 2

the axis is used as the y axis.

YTILT: 7

the axis is used for y tilt information.

Variables

$gtype