Method

GdkEventget_click_count

since: 3.2

Declaration [src]

gboolean
gdk_event_get_click_count (
  const GdkEvent* event,
  guint* click_count
)

Description [src]

Extracts the click count from an event.

Available since: 3.2

Parameters

click_count

Type: guint*

Location to store click count.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if the event delivered a click count.