This structure defines the values available for each sample from the analog-to-digital converter (ADC).
typedef struct {
USHORT XSample;
USHORT XzaSample;
USHORT XzbSample;
USHORT YSample;
USHORT YzaSample;
USHORT YzbSample;
} TOUCHPANEL_POINT_SAMPLE;
This structure supports the implementation of the touch screen PDD. It is declared in the Tchaud.h header file.