Method

ClutterEventset_coords

Declaration [src]

void
clutter_event_set_coords (
  ClutterEvent* event,
  gfloat x,
  gfloat y
)

Description [src]

Sets the coordinates of the event.

Available since:1.8

Parameters

x gfloat
 

The X coordinate of the event.

y gfloat
 

The Y coordinate of the event.