gestures_bucket_clear()

Clear a gesture bucket.

Synopsis:

#include <gestures/bucket.h>
 
void gestures_bucket_clear(gestures_bucket_t *bucket)

Arguments:

bucket

A pointer to the gesture bucket to clear.

Library:

libgestures

Description:

This function removes all entries from the gestures array and sets the gesture count and bucket size to zero.

Returns:

Nothing.