1.9.2.4 qtm_update_gesture_2d_timer

void qtm_update_gesture_2d_timer(uint16_t time_elapsed_since_update);

Description: The internal time tracking variable will be updated and used gesture detection timings. It is recommended to call this function periodically (like 1msec and pass 1 as the value).

Parameter:
TypeDescription
uint16_tTime lapse since last call in millisecond

Return: void