Method

ClutterEventget_coords

Declaration [src]

void
clutter_event_get_coords (
  const ClutterEvent* event,
  gfloat* x,
  gfloat* y
)

Description [src]

Retrieves the coordinates of event and puts them into x and y.

Available since:0.4

Parameters

x gfloat*
 

Return location for the X coordinate, or NULL.

 The argument will be set by the function.
y gfloat*
 

Return location for the Y coordinate, or NULL.

 The argument will be set by the function.