Method

ClutterPressGestureget_coords_abs

Declaration [src]

void
clutter_press_gesture_get_coords_abs (
  ClutterPressGesture* self,
  graphene_point_t* coords_out
)

Description [src]

Retrieves the coordinates of the press in absolute coordinates.

Parameters

coords_out

Type: graphene_point_t

A #graphene_point_t.

The argument will be set by the function.
The returned data is owned by the instance.