gesture_base_init()

Initialize the gesture base data structure.

Synopsis:

#include <gestures/types.h>
 
void gesture_base_init(gesture_base_t *gesture)

Since:

BlackBerry 10.0.0

Arguments:

gesture

The gesture to initialize.

Library:

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

Description:

This function initializes the gesture base data structure, gesture_base_t.

Returns:

None.