Package ilcd
Class Touch

Public Method setTouchFieldWidth

static void setTouchFieldWidth(int width)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

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

Note

Example

Touch.setTouchFieldWidth(120);

Sets the width for the next touch field to be created to 120 pixels.

See also:

Touch
Touch.setTouchFieldHeight(int)
Touch.createDefineTouchField(int, int)