Method

ClutterClickActionget_coords

Declaration [src]

void
clutter_click_action_get_coords (
  ClutterClickAction* action,
  gfloat* press_x,
  gfloat* press_y
)

Description [src]

Retrieves the screen coordinates of the button press.

Available since:1.8

Parameters

press_x gfloat*
 

Return location for the X coordinate, or NULL.

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

Return location for the Y coordinate, or NULL.

 The argument will be set by the function.