Updated: October 28, 2024 |
Set a gesture timer from now
#include <gestures/timer.h>
int gesture_timer_set_now(struct gesture_base *gesture, int timer_id, unsigned ms)
This function sets a timer using the current time as the reference time.
0 on success, or -1 on failure.