Method

ClutterGestureActionget_device

Declaration [src]

ClutterInputDevice*
clutter_gesture_action_get_device (
  ClutterGestureAction* action,
  guint point
)

Description [src]

Retrieves the ClutterInputDevice of a touch point.

Available since:1.12

Parameters

point guint
 

The touch point index, with 0 being the first touch point received by the action.

Return value

Returns: ClutterInputDevice
 

The ClutterInputDevice of a touch point.

 The data is owned by the instance.