1.7.2.2 qtm_surface_contact_data_t
- Run-time data for touch surface
Parameter | Size | Range/Options | Usage |
---|---|---|---|
qt_surface_status | 1 byte |
Bit field Bit 7: Reburst required |
Reburst Required = 1 Indicates that further measurements are required to resolve/update contact status. |
Bit 6: — | — | ||
Bit 5: POS_V_DEC | Vertical position decreased | ||
Bit 4: POS_V_INC | Vertical position increased | ||
Bit 3: POS_H_DEC | Horizontal position decreased | ||
Bit 2: POS_H_INC | Horizontal position increased | ||
Bit 1: POS_CHANGE | Change in reported position | ||
Bit 0: Touch detection |
Touch Detection = 1 Indicates that a touch contact is present on the surface. | ||
h_position_abs | 2 bytes | 0 to 4095 | Apparent horizontal position |
h_position | 2 bytes | 0 to 4095 | Motion filtered horizontal position |
v_position_abs | 2 bytes | 0 to 4095 | Apparent vertical position |
v_position | 2 bytes | 0 to 4095 | Motion filtered vertical position |
contact_size | 2 bytes | — | Sum of touch deltas at contact location |