TouchPanelReadCalibrationPoint (Windows CE 5.0)
This function initiates the process of getting a calibration point.
BOOL TouchPanelReadCalibrationPoint(INT* pRawX,INT* pRawY);
Parameters
- pRawX
[in] Pointer to a noncalibrated x-coordinate. - pRawY
[in] Pointer to a noncalibrated y-coordinate.
Return Values
TRUE indicates success. FALSE indicates failure. For extended error information, see GetLastError.
Remarks
This function causes the device driver to forward the last valid x and y coordinates between the tip states of initial down and up to the calibration callback function. The tip state of the forwarded coordinates reports as initial down.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tchddi.h.
Link Library: Tchmain.lib.
Send Feedback on this topic to the authors