Method

ClutterEventget_position

Declaration [src]

void
clutter_event_get_position (
  const ClutterEvent* event,
  graphene_point_t* position
)

Description [src]

Retrieves the event coordinates as a #graphene_point_t.

Available since:1.12

Parameters

position graphene_point_t
 

A #graphene_point_t.

 The data is owned by the caller of the function.