gestures_set_add()
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Add a gesture to a gesture set
Synopsis:
#include <gestures/set.h>
void gestures_set_add(struct gestures_set *set, gesture_base_t *gesture)
Arguments:
- set
- A pointer to the gesture set.
- gesture
- A pointer to the gesture to add.
Library:
libgesturesDescription:
This function adds the specified gesture to the specified gesture set.
Returns:
Nothing.
Page updated: