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.

Parameters

position

Type: graphene_point_t

A #graphene_point_t.

The data is owned by the caller of the method.