Create a gesture timer
#include <gestures/timer.h>
int gesture_timer_create(struct gesture_base *gesture,
gesture_timer_callback_t callback,
void *param)
This function creates a new gesture timer that invokes the callback function when it expires.
The timer ID, or -1 on failure.