Module: Clutter::PanAxis

Defined in:
(unknown)

Constant Summary collapse

AXIS_NONE =

No constraint

0 or :axis_none
X_AXIS =

Set a constraint on the X axis

1 or :x_axis
Y_AXIS =

Set a constraint on the Y axis

2 or :y_axis
AXIS_AUTO =

Constrain panning automatically based on initial movement (available since 1.24)

3 or :axis_auto