gestures_bucket_get()

Return the gesture at the specified index.

Synopsis:

#include <gestures/bucket.h>
 
struct gesture_base* gestures_bucket_get(gestures_bucket_t *bucket, uint_t idx)

Since:

BlackBerry 10.0.0

Arguments:

bucket

A pointer to the gesture bucket.

idx

The index of the gesture to return.

Library:

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

Description:

The function gestures_bucket_get() returns a pointer to the gesture at the specified index of the gesture bucket.

Returns:

A pointer to the gesture at the specified index.