Module: Clutter::InputAxis

Defined in:
(unknown)

Constant Summary collapse

IGNORE =

Unused axis

0 or :ignore
X =

The position on the X axis

1 or :x
Y =

The position of the Y axis

2 or :y
PRESSURE =

The pressure information

3 or :pressure
XTILT =

The tilt on the X axis

4 or :xtilt
YTILT =

The tile on the Y axis

5 or :ytilt
WHEEL =

A wheel

6 or :wheel
DISTANCE =

Distance (Since 1.12)

7 or :distance
LAST =

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

8 or :last