Package ilcd
Class Touch

Public Method setTouchFieldHeight

static void setTouchFieldHeight(int height)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
height 0 ... display height height of the touch field (0 = full height)

Sets up the height of any subsequently defined touch field (see Touch.createDefineTouchField(int, int)) according to height.

Note

Example

Touch.setTouchFieldHeight(25);

Sets the height for the next touch field to be created to 25 pixels.

See also:

Touch
Touch.setTouchFieldWidth(int)
Touch.createDefineTouchField(int, int)