gesture_timer_set_now()
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Set a gesture timer from now
Synopsis:
#include <gestures/timer.h>
int gesture_timer_set_now(struct gesture_base *gesture, int timer_id, unsigned ms)
Arguments:
- gesture
- A pointer to the gesture.
- timer_id
- The timer to set.
- ms
- The expiry time in milliseconds (from now).
Library:
libgesturesDescription:
This function sets a timer using the current time as the reference time.
Returns:
0 on success, or -1 on failure.
Page updated: