Enumeration

ClutterInputAxis

since: 1.6

Declaration

enum Clutter.InputAxis

Description [src]

The type of axes Clutter recognizes on a ClutterInputDevice.

Available since: 1.6

Members

Name Description
CLUTTER_INPUT_AXIS_IGNORE

Unused axis.

CLUTTER_INPUT_AXIS_X

The position on the X axis.

CLUTTER_INPUT_AXIS_Y

The position of the Y axis.

CLUTTER_INPUT_AXIS_PRESSURE

The pressure information.

CLUTTER_INPUT_AXIS_XTILT

The tilt on the X axis.

CLUTTER_INPUT_AXIS_YTILT

The tile on the Y axis.

CLUTTER_INPUT_AXIS_WHEEL

A wheel.

CLUTTER_INPUT_AXIS_DISTANCE

Distance (Since 1.12)

CLUTTER_INPUT_AXIS_ROTATION

Rotation along the z-axis (Since 1.28)

CLUTTER_INPUT_AXIS_SLIDER

A slider (Since 1.28)

CLUTTER_INPUT_AXIS_LAST

Last value of the enumeration; this value is useful when iterating over the enumeration values (Since 1.12)