Package ilcd
Class Touch

Public Method setCursorToTouchField

static void setCursorToTouchField(int fieldIdx)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
fieldIdx 0 ... 63 index of the touch field (-1 = current index)

Sets the cursor to the upper/left corner of the touch field specified by fieldIdx.

Note

Example

Touch.setCursorToTouchField(5);

Sets the cursor position to the upper/left corner of the touch field with index 5.

See also:

Touch
Touch.createDefineTouchField(int, int)