Package ilcd
Class Touch

Public Method removeTouchField

static void removeTouchField(int fieldIdx)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
fieldIdx 0 ... 63 index of the touch field (-1 = all, -2 = all in viewport)

Removes the touch field specified by fieldIdx.

Note

Example

Touch.removeTouchField(12);

Removes the touch field with index 12.

See also:

Touch
Touch.createDefineTouchField(int, int)