Share via


TouchCalibrateUI_Done (Compact 2013)

3/28/2014

This function is used by the Calibrui component to notify the system when the user has completed the calibration process.

Syntax

void TouchCalibrateUI_Done( 
  TOUCH_CALIBRATE_STATE tcs 
);

Parameters

  • tcs
    Completion state of the calibration process.

Return Value

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

Header

calibrui.h

See Also

Reference

Touch Calibration Functions
TouchCalibrateUI_DrawConfirmationScreen
TouchCalibrateUI_DrawMainScreen
TouchCalibrateUI_HandleUserInputMessage
TouchCalibrateUI_Initialize
TouchCalibrateUI_WaitForConfirmation