Package ilcd
Class Touch

Public Method verifyTouchScreenCalibration

static void verifyTouchScreenCalibration()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

The calibration of the touch screen can be tested after calling this method. The position of every touch event is marked with a small cross on the screen.

Note

Example

Touch.verifyTouchScreenCalibration();

When a touch event occurs, the screen turns white and every touch event shows a small cross.

See also:

Touch.calibrateTouchScreen()
Touch.createDefineTouchField(int, int)