gestures_bucket_init()

Initialize a gesture bucket.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

bucket

A pointer to the gesture bucket structure to initialize.

Library:

libgestures (For the qcc command, use -l gestures to link against this library)

Description:

This function initializes the gesture bucket structure.

Returns:

Nothing.