Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is used by the Calibrui component to notify the system when the user has completed the calibration process.
void TouchCalibrateUI_Done( TOUCH_CALIBRATE_STATE tcs);
Parameters
- tcs
Completion state of the calibration process.
Return Values
None.
Remarks
The tcs parameter must have a value of either TCS_REJECTED or TCS_ACCEPTED.
This function is usually called by the TouchCalibrateUI_HandleUserInputMessage function when the user either accepts or rejects the calibration when asked for confirmation.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Calibrui.h.
See Also
TouchCalibrateUI_DrawConfirmationScreen | TouchCalibrateUI_DrawMainScreen | TouchCalibrateUI_HandleUserInputMessage | TouchCalibrateUI_Initialize | TouchCalibrateUI_WaitForConfirmation
Send Feedback on this topic to the authors