13.4 Operation
The API function ‘qtm_surface_cs2t_process()’ is called after acquisition and touch key processing.
Making contact:
When contact is made with the surface sensor
- The module checks all keys on the surface for touch contact detection.
- If a key in detect is found, the position is calculated.
- Contact size is calculated and compared against the minimum contact threshold
- The surface goes into the ‘Detect’ condition.
Tracking/Releasing contact:
- The module checks all keys for touch contact.
- If no key is in detect, the module searches for a pair of neighboring keys whose touch delta exceeds the minimum contact threshold.
- If such a contact is found, then the new position is calculated, OR
- If no such contact is found, the surface returns to ‘No Detect’ condition.