14.2 Interfaces to Module
As this module is dependent on the surface module, it needs a pointer to the surface contact data to read the surface touch positions and status for the processing of gestures.
All user options are configured in application code (touch.h / touch.c) and shared with the
library module by pointer reference.
qtm_gestures_2d_0x0023_api.h | This header file contains all API implementations related to the gesture module. It should be included with the compiled module in the application project. |
qtm_common_components_api.h | This header file contains API declarations that are accessible by all QTML modules, such as node and key data structures and touch_ret_t return codes. |