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