Package ilcd
Class Touch

Public Method drawTouchFieldTextMessage

static void drawTouchFieldTextMessage(int fieldIdx)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Draws the text message assigned to the touch field with index fieldIdx in its top left corner.

Note

Example

Touch.drawTouchFieldTextMessage(5);

Draws the text message assigned to the touch field with index 5 in its top left corner, given the settings for the message offset aren't changed.

See also:

Touch
Touch.setCurrentTouchFieldIndex(int)
Touch.setTouchFieldTextMessage(int)
Extra.setMessageOffset(int)
Extra.setMessageNamePrefix(String)
Extra.setMessageNameSuffix(String)