Method

ClutterEventset_coords

since: 1.8

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

Type: gfloat

The X coordinate of the event.

y

Type: gfloat

The Y coordinate of the event.