gestures_bucket_init()

Initialize a gesture bucket.

Synopsis:

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

Arguments:

bucket

A pointer to the gesture bucket structure to initialize.

Library:

libgestures

Description:

This function initializes the gesture bucket structure.

Returns:

Nothing.