次の方法で共有


Customizing the Touch Screen (Stylus) Calibration User Interface Component (Windows Embedded CE 6.0)

1/6/2010

The Touch Screen Calibration User Interface component, Calibrui, controls the appearance of the touch screen calibration window. User calibration is necessary because of the physical nature of touch screen hardware. For example, on the Handheld PC (H/PC), a user is prompted to tap the stylus at various points, indicated by a cross-hair cursor, on the screen before the target device is ready for first use.

If your application has a dramatically different touch screen display size or orientation, you might replace the default Calibrui component with a UI that is more appropriate for the target device. To customize Calibrui, modify and rebuild the code located in %_WINCEROOT%\Public\Common\Oak\Drivers\Calibrui. A touch screen calibration UI component must implement the following functions, as defined by the Calibrui.h header file:

In addition, the Calibrui component uses the following function:

See Also

Concepts

Customizing a UI Component

Other Resources

Touch OS Design Development