gesture_timer_callback_t

Gesture timer callback function type.

Synopsis:

#include "gestures/timer.h"
 
typedef gesture_state_e(* gesture_timer_callback_t)(struct gesture_base *gesture, void *param);

Library:

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

Description:

This callback function is invoked when a timer expires.