gestures_bucket_count()

Return the number of gestures in a gesture bucket.

Synopsis:

#include <gestures/bucket.h>
 
int gestures_bucket_count(gestures_bucket_t *bucket)

Arguments:

bucket

A pointer to the gesture bucket.

Library:

libgestures

Description:

This function returns the number of gestures in the specified gesture bucket.

Returns:

The number of gestures in the bucket.