Method

ClutterZoomActionget_focal_point

Declaration [src]

void
clutter_zoom_action_get_focal_point (
  ClutterZoomAction* action,
  graphene_point_t* point
)

Description [src]

Retrieves the focal point of the current zoom.

Available since:1.12

Parameters

point graphene_point_t
 

A #graphene_point_t.

 The argument will be set by the function.
 The data is owned by the caller of the function.