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:
Type | Description |
---|---|
uint16_t | Time lapse since last call in millisecond |
Return: void